Yolov11/Training #17422
Replies: 3 comments
-
👋 Hello @memoriesbytalha, thank you for reaching out with your question about YOLOv11 training 🚀! If you're looking to expand your model with additional classes without overriding existing ones, you might want to delve into our Docs where comprehensive tutorials on Python and CLI usages are available. These resources might already address your query or guide you toward a solution. If this is a 🐛 Bug Report, please share a minimum reproducible example, as it will greatly assist us in identifying and addressing the issue. If your question pertains to custom training ❓, kindly include detailed information such as your dataset's specific configurations and any relevant training logs. Ensure you're aligning with our Tips for Best Training Results for optimal performance. Don't hesitate to connect with the Ultralytics community! Join real-time discussions on Discord 🎧, engage in deeper discussions on our Discourse, or share experiences and insights via our Subreddit. UpgradeMake sure you're using the latest version of the pip install -U ultralytics EnvironmentsEffortlessly run YOLO in verified environments equipped with all essential dependencies, including CUDA/CUDNN, Python, and PyTorch:
StatusIf this badge is green, all Ultralytics CI tests are currently successful. The CI tests ensure smooth operation of all YOLO Modes and Tasks across macOS, Windows, and Ubuntu every 24 hours and upon every commit. Please remember this is an automated response 🤖, and an Ultralytics engineer will assist you soon. Thank you for your patience! |
Beta Was this translation helpful? Give feedback.
-
@memoriesbytalha to add new classes without overriding existing ones, you can modify your dataset's YAML file to include both the existing and new classes, ensuring the model is aware of all classes during training. |
Beta Was this translation helpful? Give feedback.
-
You can't "add new classes" to an existing model without having the images for those classes in your dataset. Classes in deep learning models aren't like blocks that you can add or remove. |
Beta Was this translation helpful? Give feedback.
-
Is there any argument while training that model does not override previous classes, class use 80 previous classes and train on that new on I want to add.
Beta Was this translation helpful? Give feedback.
All reactions