This commit is contained in:
louiscklaw
2025-01-31 22:57:47 +08:00
parent b1cd1d4662
commit b3cc8e8323
764 changed files with 722101 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
#!/usr/bin/env bash
set -x
rm -rf xml_step2_t2/*.xml
echo "clean done"
opencv_traincascade \
-data xml_step2_t2 \
-vec pos.vec \
-bg neg.txt \
-numPos 100 \
-numNeg 300 \
-numStages 15 \
-numThreads 6 \
-maxFalseAlarmRate 0.5 \
-w 24 \
-h 24 \
-mode ALL
# i want to check the maxFalseAlarmRate larger, i want to complete the 20 steps