-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
the models available on Ultralytics' hub? #765
Comments
@jamesparkskku hello! Thank you for reaching out and for checking the existing issues and discussions before posting your question. It's great to see your interest in customizing and training YOLO models using Ultralytics HUB. To address your query, yes, you can modify the YOLOv10 network and train it using a custom YAML file. Here’s a step-by-step guide to help you get started:
Here’s a basic example of what your YAML file might look like: train: /path/to/your/train/images
val: /path/to/your/val/images
nc: 80 # number of classes
names: ['class1', 'class2', 'class3', ...] # list of class names If you encounter any capacity issues on your local machine or Colab, the Ultralytics HUB provides a robust cloud-based solution that can handle larger datasets and more intensive training processes. Please ensure you are using the latest versions of the Ultralytics packages to avoid any compatibility issues. If the problem persists, feel free to provide more details, and we’ll be happy to assist you further. For additional resources and detailed instructions, you can visit our quickstart guide. Happy training! 🚀 |
👋 Hello there! We wanted to give you a friendly reminder that this issue has not had any recent activity and may be closed soon, but don't worry - you can always reopen it if needed. If you still have any questions or concerns, please feel free to let us know how we can help. For additional resources and information, please see the links below:
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed! Thank you for your contributions to YOLO 🚀 and Vision AI ⭐ |
Search before asking
Question
I was unable to use it on my computer and Colab due to capacity issues. Is there a way to modify the YOLOv10 network and train it using a YAML file I created when working on a project with the models available on Ultralytics' hub?
Additional
No response
The text was updated successfully, but these errors were encountered: