Skip to content
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

existing error on this code: !yolo task=detect mode=train model=yolov8x.pt data={dataset.location}/data.yaml" epochs=100 imgsz=640 #4

Open
KrishiaOlan opened this issue Apr 19, 2024 · 2 comments

Comments

@KrishiaOlan
Copy link

hi, please help, I encountered these errors even after changing the dataset details:
raise RuntimeError(emojis(f"Dataset '{clean_url(self.args.data)}' error ❌ {e}")) from e
RuntimeError: Dataset 'C://Users/My name is Krish/Downloads/TENNIS_ANALYSIS/training/Tennis-Ball-Detection-5/data.yaml' error
Dataset 'C://Users/My name is Krish/Downloads/TENNIS_ANALYSIS/training/Tennis-Ball-Detection-5/data.yaml' images not found , missing path 'C:\Users\My name is Krish\Downloads\TENNIS_ANALYSIS\training\Tennis-Ball-Detection-5\valid\images'
Note dataset download directory is 'C:\Users\My name is Krish\Downloads\TENNIS_ANALYSIS\datasets'. You can update this in 'C:\Users\My name is Krish\AppData\Roaming\Ultralytics\settings.yaml'

@abdullahtarek
Copy link
Owner

make sure that you have the train,valid and test folders in the path provided above. If not just move them to the path mentioned above.

@KrishiaOlan
Copy link
Author

KrishiaOlan commented Apr 25, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants