Jasons1425
Jasons1425
Adding the super().__init__() method has led me to issue #219.
I think this issue cannot be simply resolved by adding the super().__init__() method in the STrack class. Doing so seems to lead to issue #219. Checking out at the previous...
Thank you @PranvQT. The problem is likely because each STrack object has its own track_id counting instead of the class-level one, so different tracks for the same ByteTracker object are...
I didn't make many changes honestly. Just added a counter to count the track ids for each ByteTracker. You can find the changes in this [pull request](https://github.com/ifzhang/ByteTrack/pull/220). The modified scripts...