Custom Yolo detection model training #24178
Replies: 2 comments 3 replies
-
|
👋 Hello @hardhik-08, thank you for your interest in Ultralytics 🚀! This is an automated response to help get your discussion moving, and an Ultralytics engineer will also assist soon. 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. UpgradeUpgrade to the latest pip install -U ultralyticsEnvironmentsYOLO may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
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. |
Beta Was this translation helpful? Give feedback.
-
That's the only way to stop forgetting. You can try YOLOE with prompts if you want more classes than MSCOCO: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working with the YOLOv8m model and would like to extend it with additional custom object classes.
Specifically, I want the model to:
I don't want to train the model from scratch with coco + custom object datasets
Any guidance or examples would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions