ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.8k stars 905 forks source link

about unconfirmed list in code. 关于代码中 unconfirmed 列表的问题? #338

Open SEUvictor opened 1 year ago

SEUvictor commented 1 year ago

The strack_pool list is predicted before matching, Why does the unconfirmed list not need to be predicted by Kalman filter before matching? strack_pool列表在匹配前都有先进行预测,为什么unconfirmed列表在匹配前不需要经过卡尔曼滤波进行预测?