ifzhang / ByteTrack

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

How can I restrict the number of IDs being tracked without increasing the ID count in a byte track? #372

Open ImSuMyatNoe opened 1 year ago

ImSuMyatNoe commented 1 year ago

How can I restrict the number of IDs being tracked without increasing the ID count in a byte track? Are there specific strategies or methods, such as implementing configuration settings, that can help manage and limit the total number of tracked IDs within the system based on known object counts?