-
-
Notifications
You must be signed in to change notification settings - Fork 17.2k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
❔Question
Hi, I'm a rookie in object detection, I setup yolov5 environment completely and yolov5 can run successfully on dataset COCO128. (train, test, detect)
When I use my own dataset, a problem occurred and I don't know why and how to solve it.
My command setting is below:
Picture size are all 640x480 (original size is 4000x3000).
Model config is copied from yolov5s.yaml, but the number of classes is 89
python train.py
--weights "none"
--cfg "copy_from_5s.yaml"
--data "my_dataset.yaml"
--img_size 640 640
--name "my_dataset_test"
The settings which aren't desplay here are default.
Please help me, thank you very much.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested