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

Visualization of detection #9399

Closed
1 task done
DoSquared opened this issue Sep 13, 2022 · 3 comments
Closed
1 task done

Visualization of detection #9399

DoSquared opened this issue Sep 13, 2022 · 3 comments
Labels
question Further information is requested Stale Stale and schedule for closing soon

Comments

@DoSquared
Copy link

Search before asking

Question

Hello

I used the argument "--visualize" with detect.py and got output feature maps from YOLOv5.

I was wondering how can I visualize other outputs from the detection like for example class prediction maps or whatever there is to visualize from the detection!

Additional

No response

@DoSquared DoSquared added the question Further information is requested label Sep 13, 2022
@DoSquared
Copy link
Author

How to get outputs from detection visualization similar to the image below.

image

@github-actions
Copy link
Contributor

github-actions bot commented Oct 15, 2022

👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.

Access additional YOLOv5 🚀 resources:

Access additional Ultralytics ⚡ resources:

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 YOLOv5 🚀 and Vision AI ⭐!

@github-actions github-actions bot added the Stale Stale and schedule for closing soon label Oct 15, 2022
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 25, 2022
@glenn-jocher
Copy link
Member

@DoSquared hi there,

Glad to see you're interested in visualizing YOLOv5 detection outputs! You can visualize various detection outputs using --visual. This will generate images with bounding boxes, but if you'd like more detailed visualizations such as class prediction maps, you can consider post-processing the detection outputs and creating custom visualizations using the provided bounding box coordinates and confidence scores.

For more specific visualizations, you may need to leverage external libraries like OpenCV or Matplotlib to render custom visualizations using the bounding boxes and class predictions from the YOLOv5 detections.

Hope this helps! If you have further questions, feel free to ask.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested Stale Stale and schedule for closing soon
Projects
None yet
Development

No branches or pull requests

2 participants