Reputation: 45
I have got some problems with training my cascade classifier, opencv_traincascede.It didn't work properly. Previous stage takes 12 min to complete, but at 20th stage it gives:
===== TRAINING 20-stage =====
<BEGIN
POS count : consumed 500 : 500
and nothing more in the next 45 minutes. I expected something like:
===== TRAINING 20-stage =====
<BEGIN
POS count : consumed 500 : 500
NEG current samples <negNum>
Should I restart the training?
-numStages 30
Anyway in task manager traincascade eats 35% CPU (i5)
Upvotes: 0
Views: 312
Reputation: 39796
(not an answer, still..)
last but not least, we don't know, what you're training there. some kind of objects might not fit the cascade scheme at all, and might need a different treatment.
Upvotes: 1