How to train Object Detector including sub-labels?
Show older comments
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) ?
Answers (0)
Categories
Find more on Deep Learning Toolbox 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!