fr/models/yolo26/ #23518
Replies: 2 comments
-
|
Hello , i have a problem with the YOLO26 export: Load the YOLO11 modelmodel = YOLO("yolo26n.pt") Export the model to TensorRT formatmodel.export(format="engine", half=True, imgsz=(1024,1024), dynamic=True) Load the exported TensorRT modeltensorrt_model = YOLO("yolo26n.engine") and the error: |
Beta Was this translation helpful? Give feedback.
-
|
👋 Hello, thank you for your interest in Ultralytics 🚀! This is an automated response, 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. Since your discussion references the French YOLO26 page, please also double-check the content at https://docs.ultralytics.com/fr/models/yolo26/ for any specific section you’d like reviewed or improved 🇫🇷 If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug it (including the exact command/code, expected vs actual behavior, and full logs). 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. 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.
Uh oh!
There was an error while loading. Please reload this page.
-
fr/models/yolo26/
YOLO26 d'Ultralytics offre une détection d'objets plus rapide, plus simple et de bout en bout sans NMS, optimisée pour les périphériques edge et basse consommation.
https://docs.ultralytics.com/fr/models/yolo26/
Beta Was this translation helpful? Give feedback.
All reactions