During cascade classifier training I used 2500 positive samples and 8000 negative samples. But in 4th stage of training I got this error of " aborted core dumped " and "std: out of range". Please help me to get rid off this problem.
1 | initial version |
During cascade classifier training I used 2500 positive samples and 8000 negative samples. But in 4th stage of training I got this error of " aborted core dumped " and "std: out of range". Please help me to get rid off this problem.
During cascade classifier training I used 2500 positive samples and 8000 negative samples. But in 4th stage of training I got this error of " aborted core dumped " and "std: out of range". Please help me to get rid off this problem.problem.
I used this command "opencv_traincascade -data data -vec positives2.vec -bg bg.txt -numPos 2500 -numNeg 7000 -numStages 10 -w 30 -h 30 -precalcValBufSize 1524 -precalcIdxBufSize 1524"
3 | retagged |
During cascade classifier training I used 2500 positive samples and 8000 negative samples. But in 4th stage of training I got this error of " aborted core dumped " and "std: out of range". Please help me to get rid off this problem. I used this command "opencv_traincascade -data data -vec positives2.vec -bg bg.txt -numPos 2500 -numNeg 7000 -numStages 10 -w 30 -h 30 -precalcValBufSize 1524 -precalcIdxBufSize 1524"