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,21 @@
#!/usr/bin/env bash
set -x
rm -rf xml_step2_t3/*.xml
echo "clean done"
opencv_traincascade \
-data xml_step2_t3 \
-vec pos.vec \
-bg neg.txt \
-numPos 50 \
-numNeg 198 \
-numStages 20 \
-w 20 \
-h 20 \
-mode ALL
# -maxFalseAlarmRate 0.5 \
# i want to know how well can be achieve the 20 steps