FairMOT icon indicating copy to clipboard operation
FairMOT copied to clipboard

kalman init

Open kuku-sichuan opened this issue 4 years ago • 4 comments

why the init of kalman filter's std is: std = [ 2 * self._std_weight_position * measurement[3], 2 * self._std_weight_position * measurement[3], 1e-2, 2 * self._std_weight_position * measurement[3], 10 * self._std_weight_velocity * measurement[3], 10 * self._std_weight_velocity * measurement[3], 1e-5, 10 * self._std_weight_velocity * measurement[3]]

could you tell some reason or source ?

kuku-sichuan avatar Aug 18 '20 08:08 kuku-sichuan

@kuku-sichuan @ifzhang I have the same question

ShellyLingling avatar Nov 13 '20 13:11 ShellyLingling

I would also be interested if there was any particular reasoning behind the values.

richardvogg avatar Oct 18 '21 13:10 richardvogg

Me too

long2double avatar Nov 18 '21 07:11 long2double

Also interested in this

shinaushin avatar Aug 11 '22 23:08 shinaushin