comparison classifier.cfg @ 961:ec1682ed999f

added computation of confusion matrix and improved default parameter for block normalization for SVM classification
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Sun, 05 Nov 2017 23:45:47 -0500
parents 1466a63dd1cf
children b7689372c0ec
comparison
equal deleted inserted replaced
960:0c1d1eeef544 961:ec1682ed999f
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) 17 # block normalization method (L1, L1-sqrt, L2, L2-Hys)
18 hog-block-norm = L2-Hys 18 hog-block-norm = L1-sqrt
19 # method to aggregate road user speed 19 # method to aggregate road user speed
20 speed-aggregation-method = median 20 speed-aggregation-method = median
21 # 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)
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