nwojke / deep_sort

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

How to adjuste _std_weight_position and std_weight_velocity #259

Open WGY907 opened 3 years ago

WGY907 commented 3 years ago

I tried to change the values at random ,The evaluation indicators at MOT16 have changed . The author mentions it in the code “Motion and observation uncertainty are chosen relative to the current state estimate. These weights control the amount of uncertainty in the model. This is a bit hacky.” I want to know How do you get an exact value for a std_weight_position and std_weight_velocity. Thanks!