Mercurial > hg > nsaunier > traffic-intelligence
diff tracking.cfg @ 708:a37c565f4b68
merged dev
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Wed, 22 Jul 2015 14:17:44 -0400 |
| parents | 94b291a5f933 |
| children | 56153d439f8c |
line wrap: on
line diff
--- a/tracking.cfg Wed Jul 22 14:17:19 2015 -0400 +++ b/tracking.cfg Wed Jul 22 14:17:44 2015 -0400 @@ -81,23 +81,33 @@ # minimum average number of features per frame to create a vehicle hypothesis min-nfeatures-group = 3 # Road user classification +# min number of pixels in cropped image to classify by SVM +min-npixels-crop = 400 +# method to aggregate road user speed +speed-aggregation-method = median +# number of frames to ignore at both ends of a series (noisy) +nframes-ignore-at-ends = 2 +# quantile for the speed aggregation, if quantile is chosen +speed-aggregation-quantile = 50 +# speed value below which all classes are equiprobable (distributions give odd values there) (km/h) +min-speed-equiprobable = 3.33 # filename of the general ped/cyc/veh SVM classifier pbv-svm-filename = modelPBV.xml # filename of the cyc/veh SVM classifier -pbv-svm-filename = modelBV.xml -# maximum pedestrian speed (agregate: mean, median, 85th centile, etc.) 3.6 m/s -max-ped-speed = 0.12 -# maximum cyclist speed (agregate: mean, median, 85th centile, etc.) 10.8 m/s (3xped) -max-cyc-speed = 0.36 -# mean pedestrian speed and standard deviation (in a normal distribution) 1.36+-0.24 m/s -mean-ped-speed = 0.45 -std-ped-speed = 0.008 -# mean cyclist speed and standard deviation (in a log-normal distribution) 1.36+-0.24 m/s -mean-cyc-speed = 0.45 -std-cyc-speed = 0.008 -# mean vehicle speed and standard deviation (in a normal distribution) 5.12+-2.11 m/s -mean-veh-speed = 0.17 -std-veh-speed = 0.07 +bv-svm-filename = modelBV.xml +# maximum pedestrian speed (agregate: mean, median, 85th centile, etc.) 10 km/h +max-ped-speed = 10.0 +# maximum cyclist speed (agregate: mean, median, 85th centile, etc.) 30 km/h (3xped) +max-cyc-speed = 30.0 +# mean pedestrian speed and standard deviation (in a normal distribution) 4.91+-0.88 km/h +mean-ped-speed = 4.91 +std-ped-speed = 0.88 +# mean cyclist speed and standard deviation (in a log-normal distribution) 11.+-4.83 km/h +cyc-speed-loc = 2.31 +cyc-speed-scale = 0.42 +# mean vehicle speed and standard deviation (in a normal distribution) 18.45+-7.6 km/h +mean-veh-speed = 18.45 +std-veh-speed = 7.6 # Safety analysis # maximum speed when predicting future motion (km/h) max-predicted-speed = 50
