comparison tracking.cfg @ 685:94b291a5f933 dev

several updates for display
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 05 Jun 2015 17:13:28 +0200
parents da1352b89d02
children 56153d439f8c
comparison
equal deleted inserted replaced
684:6d2ece4aed7c 685:94b291a5f933
79 # minimum cosine of the angle between the velocity vectors for grouping 79 # minimum cosine of the angle between the velocity vectors for grouping
80 min-velocity-cosine = 0.8 80 min-velocity-cosine = 0.8
81 # minimum average number of features per frame to create a vehicle hypothesis 81 # minimum average number of features per frame to create a vehicle hypothesis
82 min-nfeatures-group = 3 82 min-nfeatures-group = 3
83 # Road user classification 83 # Road user classification
84 # filename of the general ped/cyc/veh SVM classifier 84 # min number of pixels in cropped image to classify by SVM
85 pbv-svm-filename = modelPBV.xml 85 min-npixels-crop = 400
86 # filename of the cyc/veh SVM classifier
87 bv-svm-filename = modelBV.xml
88 # method to aggregate road user speed 86 # method to aggregate road user speed
89 speed-aggregation-method = 'median' 87 speed-aggregation-method = median
90 # number of frames to ignore at both ends of a series (noisy) 88 # number of frames to ignore at both ends of a series (noisy)
91 nframes-ignore-at-ends = 2 89 nframes-ignore-at-ends = 2
92 # quantile for the speed aggregation, if quantile is chosen 90 # quantile for the speed aggregation, if quantile is chosen
93 speed-aggregation-quantile = 50 91 speed-aggregation-quantile = 50
94 # speed value below which all classes are equiprobable (distributions give odd values there) (km/h) 92 # speed value below which all classes are equiprobable (distributions give odd values there) (km/h)
95 min-speed-equiprobable = 3.33 93 min-speed-equiprobable = 3.33
94 # filename of the general ped/cyc/veh SVM classifier
95 pbv-svm-filename = modelPBV.xml
96 # filename of the cyc/veh SVM classifier
97 bv-svm-filename = modelBV.xml
96 # maximum pedestrian speed (agregate: mean, median, 85th centile, etc.) 10 km/h 98 # maximum pedestrian speed (agregate: mean, median, 85th centile, etc.) 10 km/h
97 max-ped-speed = 10.0 99 max-ped-speed = 10.0
98 # maximum cyclist speed (agregate: mean, median, 85th centile, etc.) 30 km/h (3xped) 100 # maximum cyclist speed (agregate: mean, median, 85th centile, etc.) 30 km/h (3xped)
99 max-cyc-speed = 30.0 101 max-cyc-speed = 30.0
100 # mean pedestrian speed and standard deviation (in a normal distribution) 4.91+-0.88 km/h 102 # mean pedestrian speed and standard deviation (in a normal distribution) 4.91+-0.88 km/h