ifzhang / ByteTrack

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

Wrong tracked bounding box directions #287

Open purvang3 opened 1 year ago

purvang3 commented 1 year ago

Hi,

I am trying to run ByteTrack on custom dataset, where objects moving from top to bottom direction (⬇️) but when I see the output, tracked bounding boxes moving in ➡︎ directions. How can I solve this issue?

Thank you