Replies: 2 comments 9 replies
-
👋 Hello @bbhxwl, thank you for your interest in Ultralytics 🚀! We recommend a visit to the Docs for new users where you can find many Python and CLI usage examples and where many of the most common questions may already be answered. To train from scratch using your custom annotations and labels, ensure you configure your dataset correctly in the model = YOLO('yolov8n.yaml') If this is a 🐛 Bug Report or you encounter any issues, please provide a minimum reproducible example that includes code, specific steps, and any associated error messages or outputs. For specific questions regarding training configurations, ❓ share as many details as possible:
Join the Ultralytics community where it suits you best. For real-time chat, head to Discord 🎧. Prefer in-depth discussions? Check out Discourse. Or dive into threads on our Subreddit to share knowledge with the community. UpgradeUpgrade to the latest pip install -U ultralytics EnvironmentsYOLO can be used in various verified environments with up-to-date dependencies, including:
StatusIf this badge is green, all Ultralytics CI tests are currently passing. CI tests verify correct operation of all YOLO Modes and Tasks on macOS, Windows, and Ubuntu every 24 hours and on every commit. 📌 This is an automated response to help guide you. An Ultralytics engineer will follow up soon to assist further! 😊 |
Beta Was this translation helpful? Give feedback.
-
To train from scratch, you use |
Beta Was this translation helpful? Give feedback.
-
What should I input into my model? Writing yolo11n.pt directly won't make him train from scratch, will he? I just want to include the label I trained myself
Beta Was this translation helpful? Give feedback.
All reactions