ultralytics / yolov5

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
51.09k stars 16.42k forks source link

Fix possible image drawing issues #13426

Closed zhixuwei closed 2 days ago

zhixuwei commented 4 days ago

I have read the CLA Document and I sign the CLA

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Improves image annotation logic in the plotting utility of YOLOv5.

📊 Key Changes

🎯 Purpose & Impact

UltralyticsAssistant commented 4 days ago

👋 Hello @zhixuwei, thank you for submitting an ultralytics/yolov5 🚀 PR! This is an automated response, and an Ultralytics engineer will assist you soon. In the meantime, to ensure a seamless integration of your work, please review the following checklist:

For more guidance, please refer to our Contributing Guide. If your PR is related to a bug, please provide a minimum reproducible example (MRE) to aid the review process. If you have any questions, feel free to leave a comment. Thank you for contributing to Ultralytics! 🚀✨

zhixuwei commented 4 days ago

@glenn-jocher Simplify the loop conditions for this PR

glenn-jocher commented 2 days ago

@zhixuwei thank you, PR merged!