abewley / sort

Simple, online, and realtime tracking of multiple objects in a video sequence.
GNU General Public License v3.0
3.92k stars 1.09k forks source link

Question: reducing blinking and bounding box jitter #107

Open LaCandela opened 4 years ago

LaCandela commented 4 years ago

To what extent can we expect this method to reduce bounding box blinking and jittering? What parameters can I try to improve the bounding box stabilization effect? So far I see no difference in terms of bbox stability with and without SORT in my own project (autonomous vehicle dataset)

bamboosdu commented 3 years ago

I want to figure out the same problem. Does SORT solve the problem of jittering using kalman filter or not?

Auth0rM0rgan commented 3 years ago

Hey @abewley, I'm facing the same problem, do you have any solution?

bamboosdu commented 3 years ago

I think I have solved this problem. Firstly, you need increase the speed of detection, 30fps. Secondly, the sort do decrease the jittering using kalman filter.

Auth0rM0rgan commented 3 years ago

@bamboosdu, will try your suggestion. What value have you set for max_age and min_hits???