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

Missing virtual trajectory tracking over occlusion periods (OCSORT, DeepOCSORT, HybridSORT) #1601

Closed
1 task done
microchila opened this issue Aug 31, 2024 · 3 comments
Closed
1 task done
Labels
bug Something isn't working

Comments

@microchila
Copy link

microchila commented Aug 31, 2024

Search before asking

  • I have searched the Yolo Tracking issues and discussions and found no similar questions.

Yolo Tracking Component

Tracking

Bug

In OCSORT,DEEP OCSORT,HybridSORT all use virtual trajectory update (ORU) as shown in the picture, but I don't see the related code in boxmot, why is that?
image

Environment

BOXMOT

Minimal Reproducible Example

image

@microchila microchila added the bug Something isn't working label Aug 31, 2024
@microchila
Copy link
Author

It looks like they're both using the same Kalman filter .py file that defines the freezing code but doesn't use it.

@mikel-brostrom
Copy link
Owner

mikel-brostrom commented Sep 2, 2024

This looks like a major bug. Working on it.

@mikel-brostrom
Copy link
Owner

The fix is now merged!

@mikel-brostrom mikel-brostrom changed the title Issues with supported trackers Missing virtual trajectory tracking over occlusion periods (OCSORT, DeepOCSORT, HybridSORT) Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants