noahcao / OC_SORT

[CVPR2023] The official repo for OC-SORT: Observation-Centric SORT on video Multi-Object Tracking. OC-SORT is simple, online and robust to occlusion/non-linear motion.
MIT License
735 stars 103 forks source link

Assigning new id to object that is passing another object. #122

Open mrelmi98work opened 1 month ago

mrelmi98work commented 1 month ago

I use the tracker to track people. Consider a situation where person 1 is standing and person 2 passes behind person 1 and person 2 does not have a box for several frames. In this case, the tracker assigns a new ID to person 2 after passing person 1. Why does this problem exist? And is there a solution to fix this problem?

rijulsingh commented 1 month ago

Same problem here, I understand that this mostly happens with motion based trackers when detections are lost but then why doesn't re-id help here?

zmy1116 commented 1 month ago

Same problem here, I understand that this mostly happens with motion based trackers when detections are lost but then why doesn't re-id help here?

isn't re-id embedding not part of OC-SORT?