jacobgil / pytorch-grad-cam

Advanced AI Explainability for computer vision. Support for CNNs, Vision Transformers, Classification, Object detection, Segmentation, Image similarity and more.
https://jacobgil.github.io/pytorch-gradcam-book
MIT License
9.79k stars 1.52k forks source link

How to separately visualize heatmaps for classification tasks and localization tasks in object detection #468

Open a1b2c3s4d4 opened 7 months ago

a1b2c3s4d4 commented 7 months ago

Excuse me, how should I visualize the heatmaps of classification tasks and localization tasks in object detection respectively? Can you give me some ideas? Thanks!!!