Replies: 7 comments 5 replies
|
👋 Hello @tcpipchip, thank you for reporting this and for using the Ultralytics Platform 🚀 This is an automated response to help gather the right details, and an Ultralytics engineer will also assist you soon. We recommend a quick visit to the Docs for new users, where you can find many Python and CLI usage examples and where many common questions may already be answered. Since this appears to be a possible 🐛 model behavior issue between YOLO8-CLS and YOLO11-CLS on the same dataset, please provide a minimum reproducible example if possible. For this type of report, it would be especially helpful to include: If this is a custom training ❓ question, please also provide as much information as possible, including dataset image examples and training logs, and verify you are following our Tips for Best Training Results. 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. UpgradePlease upgrade 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: -Notebooks with free GPU: 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. Thanks for including the screenshots 🙏 They’re helpful for showing the prediction difference between the two classification models, and with the additional details above, the team should be able to investigate more effectively. |
|
i can send you particulay thet monkey class database. |
|
https://drive.google.com/file/d/1JgfaV5m7JGyrfLMR0bUpZynCBvV81YYY/view?usp=sharing |
|
success trainning on COLAB yolo11n-cls |
|
please, test with that google drive...and using the yolo11n default values on ultralytics platform |
|
What's the accuracy you achieved with YOLO11 training? It seems like overfitting which can occur if your training dataset is small. |
|
wow, i dont have more this info! Sorry! |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am using ultralytics platform to train my monkey database class, using the YOLO8N–CLS, all going well, i can test the ultralytics predict to certify the correct train and after converted to my SG2002 hardware, all inferences goes well, near to 100%
When i used the YOLO11N-CLS with my same monkey database, i see something weird in my hardware inference, all with values to much far to 99%, then i back to to ultralytics platform and see the same on predict
not detects “BARBIE” monkey
and backing to the yolov8n-cls, all is good, its “BARBIE” monkey
Can you see that ?
Thanks
PS: sorry if duplicated question
All reactions