Closed
Description
Search before asking
- I have searched the Supervision issues and found no similar bug report.
Bug
This code snippet remove tracks from self.lost_tracks
:
https://github.com/roboflow/supervision/blob/a4a2d8c05dda10ff758493b472813ce8abbd4a7f/supervision/tracker/byte_tracker/core.py#L295...L298
But, at updating state part, the self.removed_tracks
is updated after removing removed tracks from self.lost_tracks
:
Environment
No response
Minimal Reproducible Example
No response
Additional
No response
Are you willing to submit a PR?
- Yes I'd like to help by submitting a PR!