Yolo26 - Classification with Resnet Backbone #23711
Replies: 1 comment 9 replies
|
👋 Hello @kfrohwergmh, thank you for your interest in Ultralytics 🚀! This is an automated response to help you get started, 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. If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug it. If this is a custom training ❓ Question (including custom 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. |
Uh oh!
There was an error while loading. Please reload this page.
Hello!
Is there a specific reason why, unlike yolo11, there is no yaml configuration for yolo26-cls that provides a ResNet backbone?
At first glance, the architecture structure within the yaml files looks the same between yolo11 and yolo26.
In my use case, inference is slightly faster with a ResNet backbone for yolo11 due to hardware limitations. I would like to try this with "yolo26-cls-resnet", as the inference of yolo26-cls is slower than yolo11-cls-resnet, and compare the performance.
Thank you very much for your guidance and for providing this excellent work.
All reactions