Zhongdao / Towards-Realtime-MOT

Joint Detection and Embedding for fast multi-object tracking
MIT License
2.37k stars 539 forks source link

A minor bug #233

Open Johnqczhang opened 2 years ago

Johnqczhang commented 2 years ago

https://github.com/Zhongdao/Towards-Realtime-MOT/blob/44907e13b14108d5a12b9dad4eeb63603999e092/tracker/multitracker.py#L336-L337

Line 336 should be self.lost_stracks = sub_stracks(self.lost_stracks, removed_stracks) given the context of the code. Or swap Line 336 and Line 337.