Replies: 2 comments 3 replies
-
|
👋 Hello @Raj2032, 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. This is an automated response 🤖—an Ultralytics engineer will also assist soon 🙏 If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug it. In your case, an MRE would ideally include the exact commands/code you ran, the full console logs, the If this is a custom training ❓ Question, please provide as much information as possible, including dataset image examples and training logs, and verify you are following our Tips for Best Training Results. With very small proof-of-concept datasets (like 11 train / 5 val), sharing training curves/logs and a couple of representative sample images can be especially helpful 📌 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 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.
-
|
You should use a larger dataset for more representative results because you are trying to learn millions of parameters from just 11 images. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have tested both yolov26 and yolov11 both using small models and accuracy is slightly worse on yolov26 than it is on yolov26 (I did a “proof of concept” with my training).
I was wondering is this the reason due to the trade off favoring slightly higher speeds over accuracy?
I used the exact same paramaters, for example:
dataset_custom.yamltrain.pyI am pretty sure this is optimal for both yolo11s and yolo26s
(I had 11 images for training and 5 images for validation, its just for a proof of concept rather than an official product I am trying to build, hence the lack of image training).
Beta Was this translation helpful? Give feedback.
All reactions