Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a visualization bug #11134

Merged
merged 2 commits into from
Mar 9, 2023
Merged

Fix a visualization bug #11134

merged 2 commits into from
Mar 9, 2023

Conversation

husheng12345
Copy link
Contributor

@husheng12345 husheng12345 commented Mar 9, 2023

Fix a visualization bug reported here: #11133

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Improved filename display in segmentation plots.

πŸ“Š Key Changes

  • Adjusted the position of filename text in segmentation plot images.

🎯 Purpose & Impact

  • Enhances readability by moving the filename to a more standard location (top-left) within each subplot.
  • Improves the visual consistency and user experience when viewing segmented image outputs.

Fix a visualization bug reported here: #11133

Signed-off-by: Sheng Hu <husheng_7@163.com>
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ‘‹ Hello @husheng12345, thank you for submitting a YOLOv5 πŸš€ PR! To allow your work to be integrated as seamlessly as possible, we advise you to:

  • βœ… Verify your PR is up-to-date with ultralytics/yolov5 master branch. If your PR is behind you can update your code by clicking the 'Update branch' button or by running git pull and git merge master locally.
  • βœ… Verify all YOLOv5 Continuous Integration (CI) checks are passing.
  • βœ… Reduce changes to the absolute minimum required for your bug fix or feature addition. "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." β€” Bruce Lee

@glenn-jocher
Copy link
Member

@husheng12345 thanks for the bug report! This seems to affect YOLOv8 also at https://github.com/ultralytics/ultralytics

@glenn-jocher glenn-jocher linked an issue Mar 9, 2023 that may be closed by this pull request
2 tasks
@glenn-jocher
Copy link
Member

@husheng12345 I've applied the same fix to YOLOv8 in ultralytics/ultralytics@8e3f20b

@glenn-jocher glenn-jocher merged commit 5543b89 into ultralytics:master Mar 9, 2023
@glenn-jocher
Copy link
Member

@husheng12345 PR is merged. Thank you for your contributions to YOLOv5 πŸš€ and Vision AI ⭐

Smfun12 pushed a commit to Smfun12/yolov5 that referenced this pull request Mar 24, 2023
Fix a visualization bug reported here: ultralytics#11133

Signed-off-by: Sheng Hu <husheng_7@163.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
bandakopi pushed a commit to irajcode/yolov5 that referenced this pull request Jul 20, 2023
Fix a visualization bug reported here: ultralytics#11133

Signed-off-by: Sheng Hu <husheng_7@163.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

visualization bug in plot_images_and_masks()
2 participants