Can Someone share their YOLO V3 or V4 with multiple classes.

7 visualizaciones (últimos 30 días)
Conner Carriere
Conner Carriere el 23 de Nov. de 2022
Respondida: Nihal Reddy el 14 de Feb. de 2023
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.

Respuestas (1)

Nihal Reddy
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-

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by