-
Notifications
You must be signed in to change notification settings - Fork 874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roboflow - ultralytics error with dataset path #306
Comments
By default the default datasets directory is set to 'datasets_dir': str(root / 'datasets'), https://github.com/roboflow/ultralytics-roboflow/blob/main/ultralytics/yolo/utils/__init__.py#L365 Please create this folder datasets like below , navigate to that folder and then download the data .
After that download
optional step : validate that data is downloaded under datasets directory
dataset.location will point to a directory like simulated-data-1 under $HOME/datasets Run Training
|
@venkatram-dev I've followed your suggested approach and encountered the same error |
Oh interesting. Also, can you share how was the data uploaded and annotated? Since I am not able to reproduce ,to debug further, Please share a google colab with exact code and error. |
I downgraded to those specific versions and now no error! |
We've now verified which versions are required to train, validate, deploy and infer with yolov8. Notebooks are updated - let us know if there's further issues! |
Search before asking
Notebook name
Yolov8 custom dataset, but using the python api. Dataset path is apparently incorrect. I know I've had this issue in the past
Bug
I download the dataset
But I get an error:
Why is it looking in a nested directory?
Environment
Lightning studio
Minimal Reproducible Example
See above
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: