ultralytics / yolov5

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

questions about the feature map visualize #7356

Closed mcjqwer closed 2 years ago

mcjqwer commented 2 years ago

Search before asking

Question

Firstly, after doing the visualisation of the feature maps, I see that a feature map for each layer is generated and that each image has several rows and columns of sub-maps, what does this mean for each sub-map? Secondly, I encountered the error that there was no gradient backpropagation when I used Grad-Cam for visualisation and used the visualisation provided by the author, which is very convenient, so what is the difference between this and grad-cam and how did you do your visualisation? stage6_C3_features

Additional

No response

glenn-jocher commented 2 years ago

@mcjqwer first 32 channels of any grid. YOLOv5 layers each output hundreds or thousands of channels. There is no gradient here, these are features.

github-actions[bot] commented 2 years ago

👋 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 ⭐!