diff classifier.cfg @ 1022:b7689372c0ec

renamed quantile to centile
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 06 Jun 2018 10:35:06 -0400
parents ec1682ed999f
children ab4c72b9475c
line wrap: on
line diff
--- a/classifier.cfg	Tue Jun 05 17:02:28 2018 -0400
+++ b/classifier.cfg	Wed Jun 06 10:35:06 2018 -0400
@@ -16,12 +16,12 @@
 hog-ncells-block = 2
 # block normalization method (L1, L1-sqrt, L2, L2-Hys)
 hog-block-norm = L1-sqrt
-# method to aggregate road user speed
+# method to aggregate road user speed: mean, median or any (per)centile
 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
+# centile for the speed aggregation, if centile is chosen
+speed-aggregation-centile = 50
 # speed value below which all classes are equiprobable (distributions give odd values there) (km/h)
 min-speed-equiprobable = 3.33
 # maximum proportion of the instants with unknow appearance classification to use speed information