Skip to content

Commit

Permalink
Merge pull request #1638 from roboflow/fix/tracker-reset-fails
Browse files Browse the repository at this point in the history
Bugfix: Tracker reset fails
  • Loading branch information
LinasKo authored Oct 31, 2024
2 parents 42b4d43 + 353fa93 commit 37cacec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion supervision/tracker/byte_tracker/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ def reset(self):
ensuring the tracker starts with a clean state for each new video.
"""
self.frame_id = 0
BaseTrack.reset_counter()
self.internal_id_counter.reset()
self.external_id_counter.reset()
self.tracked_tracks: List[STrack] = []
Expand Down

0 comments on commit 37cacec

Please sign in to comment.