diff 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
line wrap: on
line diff
--- a/classifier.cfg	Fri Oct 20 16:59:32 2017 -0400
+++ b/classifier.cfg	Sun Nov 05 23:45:47 2017 -0500
@@ -15,7 +15,7 @@
 # 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
+hog-block-norm = L1-sqrt
 # method to aggregate road user speed
 speed-aggregation-method = median
 # number of frames to ignore at both ends of a series (noisy)