comparison classifier.cfg @ 899:1466a63dd1cf

added a new classification parameter
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 21 Jun 2017 17:44:09 -0400
parents ff92801e5c54
children ec1682ed999f
comparison
equal deleted inserted replaced
898:1fc901d983ed 899:1466a63dd1cf
22 nframes-ignore-at-ends = 2 22 nframes-ignore-at-ends = 2
23 # quantile for the speed aggregation, if quantile is chosen 23 # quantile for the speed aggregation, if quantile is chosen
24 speed-aggregation-quantile = 50 24 speed-aggregation-quantile = 50
25 # speed value below which all classes are equiprobable (distributions give odd values there) (km/h) 25 # speed value below which all classes are equiprobable (distributions give odd values there) (km/h)
26 min-speed-equiprobable = 3.33 26 min-speed-equiprobable = 3.33
27 # maximum proportion of the instants with unknow appearance classification to use speed information
28 max-prop-unknown-appearance = 0.66
27 # maximum pedestrian speed (agregate: mean, median, 85th centile, etc.) 10 km/h 29 # maximum pedestrian speed (agregate: mean, median, 85th centile, etc.) 10 km/h
28 max-ped-speed = 10.0 30 max-ped-speed = 10.0
29 # maximum cyclist speed (agregate: mean, median, 85th centile, etc.) 30 km/h (3xped) 31 # maximum cyclist speed (agregate: mean, median, 85th centile, etc.) 30 km/h (3xped)
30 max-cyc-speed = 30.0 32 max-cyc-speed = 30.0
31 # mean pedestrian speed and standard deviation (in a normal distribution) 4.91+-0.88 km/h 33 # mean pedestrian speed and standard deviation (in a normal distribution) 4.91+-0.88 km/h