-
Hi, thank you for your paper! I read your paper, and I was wondering if you had any thoughts as to why dCAM was not compared with a gradCAM channel ablation/occlusion approach (setting one or a combin…
-
there is an example of gradcam with guided backprop modifier. but in the literature guided gradcam means something else: guided backprop multiplied by gradcam
-
Hi, I used BlipForConditionalGeneration from transformers for image captioning.
I want to visualize the reason of generated caption (word by word) like GradCAM.
I found a code from Albef (https://…
-
Hi, I used BlipForConditionalGeneration from transformers for image captioning.
I want to visualize the reason of generated caption (word by word) like GradCAM.
I found a code from Albef (https://…
-
Heatmaps analog zu [GRADCam](https://keras.io/examples/vision/grad_cam/) implementieren
-
Hi,
Thanks for the great work.
When running gradCAM on ViT, it completely fails (unlike results in other works).
Is there a bug or a different implementation details?
Thanks!
-
Your work is excellent, and I have seen the Grad-CAM visualization results you provided. Could you please share the code for the Grad-CAM visualization? I would be very grateful.
-
Hi
can you please release or point me out to your code for recreating the visualizations for table 2 and table 9? Are you utilizing the OT matrix to highlight which parts of an image is being look…
-
Hello there,
I am a medical student and am using your model to extract features from histological images. These features are then analysed with an FC-layer on top, to learn particular classes. You…
-
I've found this issue https://github.com/lukemelas/EfficientNet-PyTorch/issues/184 but it's about a checkboard effect. And it's not my case.
I'm using GradCAM and GradCAM++ to EfficientNet-B0 laye…