Can we create the detector to detect more than one object at the same time using trainYOLOv2ObjectDetector function?
조회 수: 4 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!