Getting error when i train multiple classes using yolov2object detector
Show older comments
Hello i train multiple classes.first i label the data using image labeler.
But i am getting the following error
Conversion from cell failed. Element 1 must be convertible to a
string scalar.
Error in trainYOLOv2ObjectDetector>iCheckGroundTruth (line 362)
I = imread(string(row{1,1}));
Error in trainYOLOv2ObjectDetector>iParseInputsYolov2 (line 279)
[trainingData, validTrainingData] =
iCheckGroundTruth(trainingData, useParallel);
Error in trainYOLOv2ObjectDetector (line 174)
[trainingData, lgraph, params, options] = iParseInputsYolov2(...
Error in train1 (line 62)
[detector1,info] =
trainYOLOv2ObjectDetector(trainingdata,lgraph,options);
Answers (0)
Categories
Find more on Semantic Segmentation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!