ByteTrack
ByteTrack copied to clipboard
I want to change the maximum ID value for tracking
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?
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?
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.