Image Classifier error?
조회 수: 13 (최근 30일)
이전 댓글 표시
I write this
categoryClassifier = trainImageCategoryClassifier(trainingset,bag);
and I get
Error using imageCategoryClassifier Expected imgSets to be one of these types:
imageSet
Instead its type was matlab.io.datastore.ImageDatastore.****
when I try
categoryClassifer = trainImageCategoryClassifier(imageSet(trainingset.Files,bag);
I get
Error using imageSet/parseInput (line 93) Too many input arguments.
Error in imageSet (line 288) this = parseInput(this, varargin{:});
that's it. what should I do.
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!