ifzhang / ByteTrack

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

Is there an implementation of ByteTrack with ReID? #301

Open levinwil opened 1 year ago

levinwil commented 1 year ago

Looking at https://github.com/ifzhang/ByteTrack/blob/main/yolox/tracker/byte_tracker.py there appears to be no Reid used at all - neither for reactivating tracks or in the association function. Is there an implementation somewhere that has these Reid capabilities injected into the ByteTracker?