ifzhang / ByteTrack

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

successfully add a reid head in ByteTrack #132

Open HanGuangXin opened 2 years ago

HanGuangXin commented 2 years ago

I spent some time to add a reid head in ByteTrack following the FairMOT paradigm. https://github.com/HanGuangXin/ByteTrack_ReID I hope it can be a reference for people who wants a reid module in ByteTrack.

wenchima commented 2 years ago

Thank you for the awesome contribution!

usamatariq70 commented 2 years ago

To use your repository I just have to run the demo_track in a same way as its written in official one?

HanGuangXin commented 2 years ago

Please open a issue in https://github.com/HanGuangXin/ByteTrack_ReID. @usamatariq70