ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.8k stars 906 forks source link

id change problem #167

Closed Mobu59 closed 2 years ago

Mobu59 commented 2 years ago

Thank you for your great work. Could you please help me that I found two problems when running YOLOX_tiny and Byte for tracking. One is that if a target is blocked by a large area, its id will change; the other is that for the same target, just after only disappearing for 10 frames, it is detected that the id of the target will change. How to optimize this situation?

zjeffer commented 2 years ago

Have you found a solution to your problem?