Replies: 3 comments 7 replies
-
👋 Hello @spiderwei, thank you for reaching out to Ultralytics! 🚀 We recommend visiting our Docs for a comprehensive introduction, including examples of how to interpret YOLO model outputs and where you can find answers to commonly asked questions. 🌟 If your question relates to a bug or unexpected behavior, it would be very helpful if you could provide a minimum reproducible example to assist us in diagnosing the issue. 🤔 For questions about custom training or model output interpretation, please supply as much detail as you can. This includes snippets of your code, model configurations, and any outputs you are encountering. Join the Ultralytics community where you feel most comfortable. For lively discussions and support, check us out on Discord 🎧. Prefer a forum format? Visit Discourse. For deeper dives and knowledge sharing, our Subreddit is another great avenue. UpgradeEnsure you have the latest version of pip install -U ultralytics EnvironmentsRun YOLO in these supported environments, with all necessary dependencies preinstalled:
StatusIf this badge is green, all Ultralytics CI tests are currently passing, verifying the correct operation of all YOLO Modes and Tasks across different platforms every 24 hours and with each commit. This response is automated, but an Ultralytics engineer will assist you soon. 😊 |
Beta Was this translation helpful? Give feedback.
-
@spiderwei the YOLO11 output tensor includes object confidence scores and class probabilities. The object confidence is typically found in the first channel, while class probabilities follow. For detailed tensor structure, refer to the model documentation. |
Beta Was this translation helpful? Give feedback.
-
hello @glenn-jocher but I was not able to find the model documentation. I actually want to find the documentation for the output tensor. as I do not get what the 8400 stands for in the (1,84,8400). thankyou for your assistance. |
Beta Was this translation helpful? Give feedback.
-
Could you please tell me where the object confidence score and class confidence score are in the output tensor of the yolo11 model?
Beta Was this translation helpful? Give feedback.
All reactions