sort icon indicating copy to clipboard operation
sort copied to clipboard

Process noise in KalmanBoxTracker

Open ssandler-cat opened this issue 5 years ago • 0 comments

Hi, Have you considered using filterpy.common.Q_discrete_white_noise() to initialize self.kf.Q in KalmanBoxTracker.init()? In my understanding, Q_discrete_white_noise() is designed for kinematic problems, that's the MOT domain, is not it? You will see Q_discrete_white_noise() initializes Q somehow differently, it will be block-diagonal. Regards, Sergey

ssandler-cat avatar May 01 '20 03:05 ssandler-cat