Can we create the detector to detect more than one object at the same time using trainYOLOv2ObjectDetector function?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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!
0 comentarios
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!