ifzhang / ByteTrack

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

Increase track activation period threshold #416

Open mazatov opened 3 months ago

mazatov commented 3 months ago

It is my understanding going through the code, that the track is activated just after one match. Is there a way to increase this threshold do activate a track only after N successful matches?