Better To Keep Training old model with new data, or train fresh model with old and new data? #16811
-
I have a question about iteratively training models with YOLO So I have a yolo11s-obb model that i trained with like 500 images only one category, and it works ok. Let's call that MODEL_A I then did some more ground-truth labeling and have 1000 images and trained another fresh yolo11s-obb model and it works even better. Let;s call it MODEL_B Now, i have labelled 3000 images (2000 new images plus the 1000 that MODEL_B was trained on). Is it better to
OR
or is it
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
👋 Hello @quitmeyer, thank you for your interest in Ultralytics 🚀! Your question about iterative training with YOLO is a great one! While we wait for an Ultralytics engineer to provide a detailed response, I recommend checking our Docs for training insights where you might find helpful tips. If you lean toward any specific approach, it might be beneficial to provide some additional details, such as training logs or specific challenges you’re encountering, which would help in understanding the nuances of your setup. For iterative training and data strategies, make sure to go through our Tips for Best Training Results. Join our community for diverse insights:
UpgradeEnsure you're using the latest pip install -U ultralytics EnvironmentsExplore these verified environments for running your training: StatusIf this badge is green, all Ultralytics CI tests are passing. They verify correct operation across platforms. Hope this helps for now! An Ultralytics engineer will assist you shortly. 😊 |
Beta Was this translation helpful? Give feedback.
-
Training a fresh model with all 3000 images is generally recommended to ensure the model learns from the entire dataset comprehensively. |
Beta Was this translation helpful? Give feedback.
Training a fresh model with all 3000 images is generally recommended to ensure the model learns from the entire dataset comprehensively.