diff 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
line wrap: on
line diff
--- a/classifier.cfg	Mon Feb 05 14:14:14 2024 -0500
+++ b/classifier.cfg	Mon Feb 05 17:06:01 2024 -0500
@@ -2,6 +2,8 @@
 pbv-svm-filename = modelPBV.xml
 # filename of the cyc/veh SVM classifier
 bv-svm-filename = modelBV.xml
+# filename of a Ultralytics-compatible model, eg Yolov8
+dl-filename = 
 # percent increase of the max of width and height of the bounding box of features extracted for classification
 percent-increase-crop = 0.2
 # min number of pixels in cropped image to classify by SVM