I can not train my own dataset on yolov8! #2938
Replies: 1 comment
-
@1nyourlife hello! It seems like you're encountering an issue with locating your custom dataset YAML file after updating the Ultralytics package. Let's address this step by step:
If you continue to face issues, please ensure that your custom dataset is correctly formatted according to the documentation and that the paths in your YAML file are correct. If problems persist, you can refer to the documentation on how to train a model with a custom dataset for further guidance. |
Beta Was this translation helpful? Give feedback.
-
After update the ultralytics, I can not use the yaml files to train on my own dataset!
Before I update my ultralytics, I had write a new yaml file and put it in ../ultralytics/ultralytics/datasets, it worked well last week. But today after I input 'pip install -U ultralytics', it can not find my new yaml file like this error:
RuntimeError: Dataset 'data.yaml' error ❌ 'data.yaml' does not exist.
Besides, after I delete all files in ../ultralytics/ultralytics/datasets, it can still find the 'coco128.yaml' and begin training, even I delete all of the yaml files under this folder!
Beta Was this translation helpful? Give feedback.
All reactions