yolov5/tutorials/train_custom_data/ #8456
Replies: 14 comments 17 replies
-
can i work with labels personnalized for exemple i work with invoice object detection so labels are invoice_no, .... ? |
Beta Was this translation helpful? Give feedback.
-
I am more familiar to yolov8 but have to work with and am new to yolov5, but I cannot get a custom v5 model to run using a python command like model = YOLO('./model.pt') . How can I use this model to get bounding box coordinates of objects in the images? |
Beta Was this translation helpful? Give feedback.
-
How to enable/disable augmentations when training custom YOLOv5 model from launching |
Beta Was this translation helpful? Give feedback.
-
Is it possible to use the content provided in this repository (specifically, the pretrained model table types mentioned in point #3) for a research paper, ensuring proper citation? |
Beta Was this translation helpful? Give feedback.
-
Hi, is it possible to create a YOLOv5 dataset from a CSV-file? |
Beta Was this translation helpful? Give feedback.
-
I am facing this issue "ValueError: malformed node or string: <ast.Name object at 0x0000010EFA2BE550>" when i convert trained yolov5 on custom data and convert into tflite after that add metadata file then I test on image the tflite . I am facing this isssue. I have only one class "ball". |
Beta Was this translation helpful? Give feedback.
-
i am facing the issue in my custom model training i have tried more then 10 times to train the model but in 8 time it is showing corrupt images as error how can i fix it. |
Beta Was this translation helpful? Give feedback.
-
i am facing the issue in my custom model training i have tried more then 10 times to train the model but in 8 time it is showing corrupt images as error how can i fix it. |
Beta Was this translation helpful? Give feedback.
-
Dear developers, I would like to ask, I have my own training set, but every training results are different, whether using pre-training weights or not, I would like to ask if there is any way to ensure that the results can be repeated under the same configuration, thank you very much, this problem has troubled me for a long time. |
Beta Was this translation helpful? Give feedback.
-
Hello all, can anyone point me in the direction of the documentation explaining the column titles in the results.csv file, specifically the one generated by YOLOv10, but any explanation will be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
-
Dear developers, I would like to ask for help training a Yolov7 model for plant disease detection...as I am new to it I do not know how to start even from the data loading up to saving the model....how to show the confusion matrix , graphs, and all...I don't how to train a model... I know only up to annotation. |
Beta Was this translation helpful? Give feedback.
-
I've got some custom splits (eg. I'm trying to quantize my model, so I've got splits named quantize, finetune, eval). I want to use yolov5 val.py for this. Can I have such custom split names in my dataset yaml? How can I make sure val.py uses the right split? |
Beta Was this translation helpful? Give feedback.
-
my data is in .npy grayscale format i want to change the data loading pipeline to adjust to .npy file but i am not able to locate where to find the data loading part from the file paths |
Beta Was this translation helpful? Give feedback.
-
i have trained my model to detect objects but it is not able to detect small object, how can i improve my accuracy to detect small objects? |
Beta Was this translation helpful? Give feedback.
-
yolov5/tutorials/train_custom_data/
Learn how to train your data on custom datasets using YOLOv5. Simple and updated guide on collection and organization of images, labelling, model training and deployment.
https://docs.ultralytics.com/yolov5/tutorials/train_custom_data/
Beta Was this translation helpful? Give feedback.
All reactions