You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the Ultralytics YOLO issues and discussions and found no similar questions.
Question
The x y width height of the yolov10 model output looks like a pixel value. What is the size of the model output? I tried to normalize by 640*640 and the result was incorrect!
Additional
No response
The text was updated successfully, but these errors were encountered:
@lizhiwen19900709 the YOLOv10 model outputs coordinates in pixel values relative to the input image size. Ensure your input image size matches the model's expected size for accurate results. If you're using a different size, adjust the normalization accordingly.
👋 Hello there! We wanted to give you a friendly reminder that this issue has not had any recent activity and may be closed soon, but don't worry - you can always reopen it if needed. If you still have any questions or concerns, please feel free to let us know how we can help.
For additional resources and information, please see the links below:
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!
Thank you for your contributions to YOLO 🚀 and Vision AI ⭐
Search before asking
Question
The x y width height of the yolov10 model output looks like a pixel value. What is the size of the model output? I tried to normalize by 640*640 and the result was incorrect!
Additional
No response
The text was updated successfully, but these errors were encountered: