"C:\Program Files\OpenCV\opencv\build\x64\vc12\bin\Opencv_traincascade.exe" -data c:\Projects\AdaBoost2\trained -vec c:\Projects\AdaBoost2\samples.vec -bg c:\Projects\AdaBoost2\Bad.dat -numStages 16 -minhitrate 0.9 -maxFalseAlarmRate 0.4 -numPos 1000 -numNeg 1821 -w 100 -h 70 -mode ALL -precalValBufSize 512 -PrecalcIdxBufSize 512 

When the following command is executed, the following message first crashes:

Training parameter are loaded from data parameter!

If you want to use your own set of parameters.

And then the program ends with an error. The folder that is specified in Data is empty.

  • Your question is not informative enough to determine the cause of the error. Give at least the text of the message that should be displayed in the console. - alexis031182

0