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!