ru/models/yoloe/ #20959
Replies: 2 comments
-
Hello there! Trying to run the model, I faced the following error: Even if I switch device to cpu (results = model.predict(path, device = "cpu", conf = 0.1, iou = 0.7)) it returns params: What can be the problem? |
Beta Was this translation helpful? Give feedback.
-
👋 Hello, thank you for your interest in Ultralytics 🚀! We recommend checking out the Docs for extensive information—including many Python and CLI usage examples—which might already answer many common questions. If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug the issue. If this is a custom training ❓ Question, please include as much detail as possible, such as dataset image examples and training logs, and make sure you’re following our Tips for Best Training Results. Join the Ultralytics community wherever you prefer: for real-time chat, visit Discord 🎧. For in-depth discussions, check out Discourse. Or share knowledge on our Subreddit. UpgradeUpgrade to the latest pip install -U ultralytics EnvironmentsYOLO can be run in these 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. This is an automated response 🤖. An Ultralytics engineer will review your discussion and assist you soon! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
ru/models/yoloe/
YOLOE - это модель обнаружения и сегментации с открытым словарем в режиме реального времени, которая расширяет YOLO с помощью текстовых, графических или внутренних словарных подсказок, позволяя обнаруживать любые классы объектов с самой современной производительностью без выстрелов.
https://docs.ultralytics.com/ru/models/yoloe/
Beta Was this translation helpful? Give feedback.
All reactions