Johnqczhang

Results 2 issues of Johnqczhang

https://github.com/Zhongdao/Towards-Realtime-MOT/blob/44907e13b14108d5a12b9dad4eeb63603999e092/tracker/multitracker.py#L269-L310 Why not use appearance affinity to associate unmatched detections in the current frame with unconfirmed tracklets which were created as new tracks in the last frame? Why use different...

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.