Effacer les filtres
Effacer les filtres

Getting error while training my cascade classifier ?

1 vue (au cours des 30 derniers jours)
shorav suriyal
shorav suriyal le 17 Août 2017
Commenté : shorav suriyal le 24 Août 2017
I am trying to build my cascade classifier that can detect an area of image basically i want to get eyes from a face image. For this i am using image labeling. i have both positive and negative folder with more than 10 images Error: The total number of samples (both positive and negative together) must be greater than 10. You should add more positive samples, or increase 'NegativeSamplesFactor', or both.
Error in trainCascadeObjectDetector (line 173) featureParams, totalPosInstances] = populateTrainCascadeParams(parser);
Error in cascade (line 28) trainCascadeObjectDetector('eyes.xml',positiveInstances, ...

Réponse acceptée

Mabin Mariam Joseph
Mabin Mariam Joseph le 22 Août 2017
From the error snapshots attached, I see that the positives and negatives directories are not what is being specified by the attached code.
In the code it is : your_matlabroot\toolbox\vision\visiondata\positives and your_matlabroot\toolbox\vision\visiondata\negatives respectively which is different from the directories seen in the error snapshots.
Try the code after pointing to the correct directories.
  1 commentaire
shorav suriyal
shorav suriyal le 24 Août 2017
Thanks it your solution worked...Thanks again

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Computer Vision Toolbox dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by