Ask Your Question

Vishu's profile - activity

2015-06-18 03:04:00 -0600 commented question Haar Training got stuck

@Gino @steven : samples (images of FACE) are from MIT database. and At stage 6 it will go to infinity loop.i waited for 10hours and then i stopped.

2015-06-17 23:34:20 -0600 commented question Haar Training got stuck

@steven I am already using opencv_traincascade..

2015-06-17 22:38:54 -0600 commented question Haar Training got stuck

I added all the parameters please go through it and tell me what should i change...

2015-06-17 22:33:19 -0600 received badge  Editor (source)
2015-06-17 06:15:08 -0600 asked a question Haar Training got stuck

Hey guys, I use 1000 positive images and 4000 negative images with 20 stage. It got stuck at stage 6. Can anyone help me pls...

PARAMETERS: cascadeDirName: classifier/ vecFileName: samples1.vec bgFileName: ./non-face/negative.txt numPos: 1000 numNeg: 4000 numStages: 20 precalcValBufSize[Mb] : 1024 precalcIdxBufSize[Mb] : 1024 stageType: BOOST featureType: HAAR sampleWidth: 19 sampleHeight: 19 boostType: GAB minHitRate: 0.995 maxFalseAlarmRate: 0.5 weightTrimRate: 0.95 maxDepth: 1 maxWeakCount: 100 mode: BASIC