Skip to content

DeepSORTTracker.reset() does not work correctly #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Kyrus1999 opened this issue May 20, 2025 · 1 comment
Open

DeepSORTTracker.reset() does not work correctly #63

Kyrus1999 opened this issue May 20, 2025 · 1 comment

Comments

@Kyrus1999
Copy link

When using DeepSORTTracker.reset() I expected all tracker_ids to be reset, this is not the case, and they will continue to count up, until the program is restarted.

In DeepSORTTracker.reset() the count_id of DeepSORTKalmanTracker is set to 0, but in DeepSORTTracker.update() a method update_detections_with_track_ids is call, which uses SORTKalmanTracker and not DeepSORTKalmanTracker.

For me it works, if I additionally reset DeepSORTKalmanTracker.count_id to 0, but I'm not sure, this is the correct solution.

@soumik12345
Copy link
Collaborator

Hi @Kyrus1999, thanks for flagging this issue. We will fix this with the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants