Mercurial > hg > nsaunier > traffic-intelligence
comparison classifier.cfg @ 1241:ab4c72b9475c
work in progress
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Mon, 05 Feb 2024 17:06:01 -0500 |
| parents | b7689372c0ec |
| children | 88eedf79f16a |
comparison
equal
deleted
inserted
replaced
| 1240:bb14f919d1cb | 1241:ab4c72b9475c |
|---|---|
| 1 # filename of the general ped/cyc/veh SVM classifier | 1 # filename of the general ped/cyc/veh SVM classifier |
| 2 pbv-svm-filename = modelPBV.xml | 2 pbv-svm-filename = modelPBV.xml |
| 3 # filename of the cyc/veh SVM classifier | 3 # filename of the cyc/veh SVM classifier |
| 4 bv-svm-filename = modelBV.xml | 4 bv-svm-filename = modelBV.xml |
| 5 # filename of a Ultralytics-compatible model, eg Yolov8 | |
| 6 dl-filename = | |
| 5 # percent increase of the max of width and height of the bounding box of features extracted for classification | 7 # percent increase of the max of width and height of the bounding box of features extracted for classification |
| 6 percent-increase-crop = 0.2 | 8 percent-increase-crop = 0.2 |
| 7 # min number of pixels in cropped image to classify by SVM | 9 # min number of pixels in cropped image to classify by SVM |
| 8 min-npixels-crop = 800 | 10 min-npixels-crop = 800 |
| 9 # square size to resize image crops for HoG computation | 11 # square size to resize image crops for HoG computation |
