Can Someone share their YOLO V3 or V4 with multiple classes.
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Can anyone share their YOLO V3 or V4 with mutiple classes, I cannot get mine to train for the life of me, or it doesnt read the classes correctly. I think an example would help. The code and the workspace would let me decipher what I need to do.
0 comentarios
Respuestas (1)
Nihal Reddy
el 14 de Feb. de 2023
I understand that you want to train YOLO v3 or YOLO v4 on a dataset with multiple classes. In case of multiple classes data can be organized as three columns where the first column contains the image file names with paths, the second column contains the bounding boxes and the third column must be a cell vector that contains the label names corresponding to each bounding box.
For more information on how to arrange the bounding boxes and labels, refer the following link-
For more information regarding training YOLO v3, refer the following link-
For more information regarding training YOLO v4, refer the following link-
0 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!