user25624043
user25624043

Reputation: 1

I can't use opencv_traincascade . Is always the same error

This is the command that I try to do:

C:\Users\gamer\PycharmProjects\bsbot\opencv\build\x64\vc15\bin\opencv_traincascade.exe -data C:\Users\gamer\PycharmProjects\bsbot\capturing\cascade -vec C:\Users\gamer\PycharmProjects\bsbot\pos.vec -bg C:\Users\gamer\PycharmProjects\bsbot\capturing\neg.txt -w 24 -h 24 -numPos 900 -numNeg 2500 -numStages 10

And this is the output I get:

===== TRAINING 0-stage =====
<BEGIN
POS count : consumed   900 : 900
Train dataset for temp stage can not be filled. Branch training terminated.
Cascade classifier can't be trained. Check the used training parameters.

There's just few information in the internet for my project, and I don't know what to do.

Upvotes: 0

Views: 58

Answers (0)

Related Questions