Skip to content

Commit

Permalink
Test case: ByteTrack instances produce IDs independently
Browse files Browse the repository at this point in the history
  • Loading branch information
LinasKo committed Dec 13, 2024
1 parent c9a6c03 commit b90d566
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def test_workflow_with_tracker(
first_crowd_frame_tracker_ids == second_crowd_frame_tracker_ids
), "The same image, expected no tracker IDs change"
assert first_license_plate_frame_tracker_ids == [
15,
16,
17,
], "External IDs for all trackers are global, hence we offset by numer of all ever generated tracker IDs"
1,
2,
3,
], "Expected tracker IDs to be generated sequentially, independent of other trackers"

0 comments on commit b90d566

Please sign in to comment.