Does YOLO only support detect 1 classes? what should i do, if i want to detect 11 classes and numAnchors = 3 ? Does yolo support that?
조회 수: 6 (최근 30일)
이전 댓글 표시
[detector,info] = trainYOLOv2ObjectDetector(trainingDataForEstimation,lgraph,options);
原因:
网络: The input to the YOLO v2 transform layer must have 12 channels to support 2 anchor boxes and 1 classes. The number of channels must equal
numAnchors * (5 + numClasses). Update the training data, the number of anchor boxes specified in the yolov2Transform layer, or the layers preceding
the transform layer.
댓글 수: 4
R B V Subramaanyam
2020년 1월 6일
What is the problem here exactly? i am also getting same error and not having 2019b
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
