when cascade training the window size is form 24 to 30, the program is runnging very very slowly [closed]

asked 2013-11-18 06:55:19 -0600

wy200507030 gravatar image

updated 2013-11-20 05:01:32 -0600

Hi,

I use opencv cascade train like this:

./opencv_createsamples -vec righttoppointstraindata.vec -info info.dat
/home/opencv2461/bin/opencv_traincascade -data model -vec righttoppointstraindata.vec -bg bg.txt -numPos 100 -numNeg 400 -numStages 13 -w 30 -h 30

it runs but when after TRAINING 5-stage it runs very very slowly, like this:

===== TRAINING 6-stage =====
<BEGIN
POS count : consumed   100 : 100
    it has been in 6 stage for 2 hours, but has not finished the 6 stage, why?
the 5-stage is like this:
===== TRAINING 5-stage =====
<BEGIN
POS count : consumed   100 : 100
NEG count : acceptanceRatio    400 : 0.0132022
Precalculation time: 7
+----+---------+---------+
|  N |    HR   |    FA   |
+----+---------+---------+
|   1|        1|        1|
+----+---------+---------+
|   2|        1|        1|
+----+---------+---------+
|   3|        1|   0.0275|
+----+---------+---------+
END>
edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by StevenPuttemans
close date 2013-11-20 05:03:33.839616

Comments

I am closing down this post, since you have opened a second one exactly like this and I have already answered it. In the future, be patient and do not create new topics just to get a faster response.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-11-20 05:02:53 -0600 )edit