How to train Object Detector including sub-labels?
이전 댓글 표시
Here I am trying to build object detector(YOLO v2) and I want to train the models that detect a vehicle and wheells that are parts of the car.
I used image-labeling tool of matlab and made a labeled data of vehicles and wheels(Wheels is a sublabel of vehicle), where I followed the discription about image labeling below.
However, I made " gTruth " and put it through "objectDetectorTrainingData(gTruth) ", and execute the training like here ;
[detector,info] = trainYOLOv2ObjectDetector(cds,lgraph,options), this detector only detects a vehicle and cannot detect wheels.
How can I train not only the main label( such as car), but also the sub labeled object(such as Wheel) ?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!