Replies: 2 comments 2 replies
-
👋 Hello @luzhen00, thank you for your interest in Ultralytics 🚀! We recommend checking out the Docs, which might help answer your question. You can find an overview of YOLOv8 Modes and details on Tasks supported by the library. If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug it, including details of your environment, any custom configurations, and error messages. If this is a custom training or metric-related ❓ Question, such as your mIoU concern, please provide as much context as possible, such as code snippets, relevant logs, and an explanation of your intended implementation. This will allow the team to assist you more effectively. Join the vibrant Ultralytics community! Engage in real-time conversations on Discord 🎧, participate in discussions on Discourse, or interact on our Subreddit. UpgradePlease ensure you’re using the latest pip install -U ultralytics Make sure your environment meets the requirements, including Python>=3.8 and PyTorch>=1.8. EnvironmentsYOLO is supported in the following environments for easy setup and GPU acceleration:
StatusIf this badge is green, all Ultralytics CI tests are currently passing. These tests verify the correct operation of all YOLO Modes and Tasks across various environments. This is an automated response to assist you 🚀. An Ultralytics engineer will respond with more specific guidance soon. |
Beta Was this translation helpful? Give feedback.
-
@luzhen00 感谢您的提问!YOLO11 的 mIoU 是通过交并比 (IoU) 计算得出的,对所有类别求平均后得到 mIoU。您可以根据 TP(True Positives)、FP(False Positives)、FN(False Negatives) 来手动计算 IoU 并扩展指标。如需修改代码以添加自定义计算,建议参考 |
Beta Was this translation helpful? Give feedback.
-
请问yolov11-seg怎么利用TP、TN、FP、FN添加mIoU指标啊
Beta Was this translation helpful? Give feedback.
All reactions