nwojke / deep_sort

Simple Online Realtime Tracking with a Deep Association Metric
GNU General Public License v3.0
5.33k stars 1.49k forks source link

Tracking on 1fps camera #90

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi,

Thanks a lot for your work, very helpful. It's work great on some videos. I am working on 1fps camera and its doesn't work well, as expected. Persons create a new id at each footstep. I think it's due to the very low fps, person look like teleporting. Maybe the velocity model of the kalman filter sould be changed. Do you know how can i manage this by modifying some value ? What the mean of nms_max_overlap and nn_budget ?

Thanks

Yakirbe commented 6 years ago

following

louxy126 commented 5 years ago

same question

BabuTango commented 5 years ago

Any ideas @nwojke

nwojke commented 5 years ago

Sorry for the late reply.

Maybe it is a good idea to comment in this code and have a look at the Kaman filter gates. If the gates are too small (bounding box center is never inside of the corresponding ellipse) than you need to increase motion model uncertainty here (and following line).