Clear Filters
Clear Filters

Can we create the detector to detect more than one object at the same time using trainYOLOv​2ObjectDet​ector function?

1 view (last 30 days)
I have used trainYOLOv2ObjectDetector to train the detector for one class, follow by the yolo v2 tutorial in home page. However, i have the groundTruthTable which have 100 classes and i want to train them using yolo. Does matlab2019b support any function to do that? My groundTruthTable information is below.
gTruth =
groundTruth with properties:
DataSource: [1×1 groundTruthDataSource]
LabelDefinitions: [100×4 table]
LabelData: [8768×100 table]
Thank you!

Answers (0)

Categories

Find more on Recognition, Object Detection, and 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!