ifzhang / ByteTrack

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

Are you using only low confidence detections in the second round? #300

Closed levinwil closed 1 year ago

levinwil commented 1 year ago

Looking at https://github.com/ifzhang/ByteTrack/blob/main/yolox/motdt_tracker/motdt_tracker.py it appears the second round of association doesn’t exclusively use low confidence detections. Where in the second round code is there a specification to use only low confidence detections.