diff 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
line wrap: on
line diff
--- a/tracking.cfg	Fri Jun 05 13:26:51 2015 +0200
+++ b/tracking.cfg	Fri Jun 05 17:13:28 2015 +0200
@@ -81,18 +81,20 @@
 # minimum average number of features per frame to create a vehicle hypothesis
 min-nfeatures-group = 3
 # Road user classification
-# filename of the general ped/cyc/veh SVM classifier
-pbv-svm-filename = modelPBV.xml
-# filename of the cyc/veh SVM classifier
-bv-svm-filename = modelBV.xml
+# 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'
+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
+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)