Skip to content
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

Retrieving lost tracklet information #19

Closed
Mohit-robo opened this issue Jan 9, 2024 · 2 comments
Closed

Retrieving lost tracklet information #19

Mohit-robo opened this issue Jan 9, 2024 · 2 comments

Comments

@Mohit-robo
Copy link

Hey, great work. I wanted some information regarding the lost tracks.
Referring to BoTSORT implementation, here you can see that lost tracklet information can also be used if required.
Coming to HybridSORT, I see here you are removing the dead tracklets. Do these two things mean the same, if so, can I use the dead tracklet information assuming it is the lost tracklet as in BOT-SORT's case?

@Mohit-robo Mohit-robo changed the title Getting lost tracklet information Retrieving lost tracklet information Jan 9, 2024
@ymzis69
Copy link
Owner

ymzis69 commented Jan 11, 2024

Hello, our algorithm also uses the lost tracklet for tracking. here means that the time for the lost tracklet to disappear exceeds max_age (30 frames) will be removed, corresponding to the lost tracklet in BoT-SORT becoming removed_Tracks (here).

@Mohit-robo
Copy link
Author

Thanks for the reply, that is what I wanted to confirm.

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

3 participants