We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is the command line I used for training:
/usr/local/Cellar/opencv/3.4.1_5/bin/opencv_traincascade -data /Users/xxx/Desktop/new-ocr/out// -vec /Users/xxx/Desktop/new-ocr/positive/vecfile.vec -bg /Users/xxx/Desktop/new-ocr/negative/negative.txt -w 70 -h 39 -numPos 640 -numNeg 4705 -maxFalseAlarmRate 0.45 -featureType LBP -numStages 11
But the train stopped at Stage 7:
===== TRAINING 7-stage ===== <BEGIN POS count : consumed 640 : 650 NEG count : acceptanceRatio 0 : 0 Required leaf false alarm rate achieved. Branch training terminated.
What could be the reason? Thanks.
The text was updated successfully, but these errors were encountered:
get more training data then you can run more stage
Sorry, something went wrong.
No branches or pull requests
Here is the command line I used for training:
But the train stopped at Stage 7:
What could be the reason? Thanks.
The text was updated successfully, but these errors were encountered: