Im training some images and I get this error.
opencv_traincascade -data data -vec cars.vec -bg bg.txt -numStages 14 -nsplits 2 -minhitrate 0.999 -maxfalsealarm 0.5 -numPos 1400 -numNeg 692 -w 48 -h 24 PARAMETERS: cascadeDirName: data vecFileName: cars.vec bgFileName: bg.txt numPos: 1400 numNeg: 692 numStages: 14 precalcValBufSize[Mb] : 256 precalcIdxBufSize[Mb] : 256 stageType: BOOST featureType: HAAR sampleWidth: 48 sampleHeight: 24 boostType: GAB minHitRate: 0.995 maxFalseAlarmRate: 0.5 weightTrimRate: 0.95 maxDepth: 1 maxWeakCount: 100 mode: BASIC
===== TRAINING 0-stage ===== <begin pos="" count="" :="" consumed="" 1400="" :="" 1400="" train="" dataset="" for="" temp="" stage="" can="" not="" be="" filled.="" branch="" training="" terminated.="" cascade="" classifier="" can't="" be="" trained.="" check="" the="" used="" training="" parameters.<="" p="">
I have 1781 positive images 692 negative. Any ideas of what could be the problem? Thanks in advance