ByteTrack icon indicating copy to clipboard operation
ByteTrack copied to clipboard

I want to change the maximum ID value for tracking

Open ghost opened this issue 1 year ago • 2 comments

I would like to be able to set a maximum value for the tracking ID. What file is the variable that specifies the maximum ID value?

Also, is there an easy way to change the maximum ID value?

ghost avatar Sep 08 '23 01:09 ghost

Hello @nk1080 I am also working for this issue and finding how to limit the maximum number of IDs. Have you found a way how to do it? If so, can you share me the insights?

ImSuMyatNoe avatar Nov 18 '23 01:11 ImSuMyatNoe

Did you try editing the source code where it sets the tracking ids? There could be a loop where you can add the limit, and you could make that a parameter to the function/class then submit a pr as well.

evanshlom avatar Nov 18 '23 01:11 evanshlom