mikel-brostrom / boxmot

BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models
GNU Affero General Public License v3.0
6.56k stars 1.7k forks source link

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

Closed microchila closed 2 weeks ago

microchila commented 2 weeks ago

Search before asking

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 commented 2 weeks ago

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 commented 2 weeks ago

This looks like a major bug. Working on it.

mikel-brostrom commented 2 weeks ago

The fix is now merged!