Skip to content

Commit

Permalink
add args to handle run on directory on the cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
nikk-nikaznan committed Jul 10, 2024
1 parent b72b4b3 commit 2b9973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unit/test_track_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def mock_args():
device="cuda",
gt_path=None,
save_video=None,
run_on_video_dir =None
run_on_video_dir=None,
)


Expand Down

0 comments on commit 2b9973e

Please sign in to comment.