ifzhang / ByteTrack

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

Which is Best checkpoint? #36

Closed darkliang closed 3 years ago

darkliang commented 3 years ago

Thanks for your amazing work! I'm using your tracker to process my surveillance video, however, you offered so many checkpoint. So I have no idea to use which one. Could you please give a hint?

se7enXF commented 3 years ago

I have the same problem. I have tried two CKP, ByteTrack_ablation and bytetrack_x_mot17, and found that the form has 80 classes but the latter only has class human. It's so confusing.

ifzhang commented 3 years ago

You can use this model: bytetrack_x_mot17, which is the best performing model trained on MOT17 train, CrowdHuman, ETHZ and Cityperson.

darkliang commented 3 years ago

Thanks a lot!