ifzhang / ByteTrack

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

Using detection confidence from other detector #193

Open rose-jinyang opened 2 years ago

rose-jinyang commented 2 years ago

Hello How are you? Thanks for contributing to this project. This project shows a simple explanation in combining this tracker with other detector. But I think that the detailed detector specification is needed to combine with this tracker. That's because a general detector filters objects with confidences lower than a certain threshold in post-processing like NMS. I found that this tracker uses a high threshold and a low threshold for detection confidence. I think that the logic using confidences in a detector and this tracker should be consistent.

hemanth-v25 commented 2 years ago

Hi @rose-jinyang @ifzhang, I have the same issue. Please do update if you find the fix.