Skip to content

Commit

Permalink
Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
zhong-al committed Oct 14, 2024
1 parent 15d1316 commit 6aa96f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_detector2cvat.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
class TestDetector2Cvat(unittest.TestCase):
def test_detector(self):
sys.argv = ["detector2cvat.py",
"--video", "detection_example/examples",
"--save", "detection_example/output"]
"--video", "tests/detection_example",
"--save", "tests/detection_example/output"]
detector2cvat.main()

0 comments on commit 6aa96f2

Please sign in to comment.