Skip to content

Commit

Permalink
Fix test on track video CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Oct 29, 2024
1 parent 4efc06e commit e2d4cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_unit/test_track_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def mock_args():
video_path="/path/to/video.mp4",
trained_model_path="/path/to/model.ckpt",
output_dir=temp_dir,
device="cuda",
gt_path=None,
accelerator="gpu",
annotations_file=None,
save_video=None,
)

Expand Down

0 comments on commit e2d4cd6

Please sign in to comment.