Zhongdao / Towards-Realtime-MOT

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

why use two different steps 1. association with embedding and 2. association with IOU #114

Closed ks322181 closed 4 years ago

ks322181 commented 4 years ago

multitracker

Can i know what exactly these two steps in screenshots will do. i had confusion with these two steps.

Thanks in Advance

Zhongdao commented 4 years ago

This is a trick adapted from DeepSORT to improve tracking accuracy --- for those observations that fail to be associated by the appearance+motion score, we associate them to tracklets by a high motion similarity (IOU here).

ks322181 commented 4 years ago

Thanks.