comparison classifier.cfg @ 893:ff92801e5c54

updated hog to scikit-image 0.13 (needed to add a block_norm attribute in classifier.cfg)
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 30 May 2017 16:10:18 -0400
parents 33d296984dd8
children 1466a63dd1cf
comparison
equal deleted inserted replaced
892:f766fe0995f4 893:ff92801e5c54
12 hog-norientations = 9 12 hog-norientations = 9
13 # number of pixels per cell for HoG computation 13 # number of pixels per cell for HoG computation
14 hog-npixels-cell = 8 14 hog-npixels-cell = 8
15 # number of cells per block for HoG computation 15 # number of cells per block for HoG computation
16 hog-ncells-block = 2 16 hog-ncells-block = 2
17 # block normalization method (L1, L1-sqrt, L2, L2-Hys)
18 hog-block-norm = L2-Hys
17 # method to aggregate road user speed 19 # method to aggregate road user speed
18 speed-aggregation-method = median 20 speed-aggregation-method = median
19 # number of frames to ignore at both ends of a series (noisy) 21 # number of frames to ignore at both ends of a series (noisy)
20 nframes-ignore-at-ends = 2 22 nframes-ignore-at-ends = 2
21 # quantile for the speed aggregation, if quantile is chosen 23 # quantile for the speed aggregation, if quantile is chosen