diff 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
line wrap: on
line diff
--- a/classifier.cfg	Fri May 05 00:07:33 2017 -0400
+++ b/classifier.cfg	Tue May 30 16:10:18 2017 -0400
@@ -14,6 +14,8 @@
 hog-npixels-cell = 8
 # number of cells per block for HoG computation
 hog-ncells-block = 2
+# block normalization method (L1, L1-sqrt, L2, L2-Hys)
+hog-block-norm = L2-Hys
 # method to aggregate road user speed
 speed-aggregation-method = median
 # number of frames to ignore at both ends of a series (noisy)