Error using trainCascadeObjectDetector function
조회 수: 10 (최근 30일)
이전 댓글 표시
Hello ,
i get the follwoing error when trying to use trainCascadeObjectDetector function
Error using trainCascadeObjectDetector>getTotalNumInstances (line 684)
imageFilename field for image number 1 must be a non-empty char vector
Error in trainCascadeObjectDetector>populateTrainCascadeParams (line 368)
totalPosInstances = getTotalNumInstances(filenameParams.positiveInstances);
Error in trainCascadeObjectDetector (line 177)
featureParams, totalPosInstances] = populateTrainCascadeParams(parser);
Error in myCascadeObjectDetector (line 19)
trainCascadeObjectDetector('oneDetector.xml',positiveInstances, negativeFolder,'FalseAlarmRate',0.1,'NumCascadeStages',5);
How to overcome this problem?
Best Regards
Hossam Alzomor
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!