Group-CAM
Group-CAM copied to clipboard
Code for paper: Group-CAM: Group Score-Weighted Visual Explanations for Deep Convolutional Networks
Thanks for sharing the code. I tried to Generate saliency map used by Group-CAD, but couldn't. ```console python3 demo.py --arch=vgg19 --target_layer=features.35 --input=Images/ILSVRC2012_val_00000073.JPEG --output=base.png ``` ```python:demo.py # demo.py, l48 gc =...
when debugging line 44 in groupcam.py, it happens Exception has occurred: KeyError 'value' self.gradients.items is Is there a problem there? thanks
Hi, I have seen your paper and you have done a splendid job on the class activation maps generating algorithm. Also, you have uploaded your codes for the sanity check,...
Hi, I found out the results of GradCAM and GroupCAM are the same for resnet50. Could you offer some explanations? Thanks.
Is there any possible to share newest code of visualization such as Guided Integrated Gradients?
目前demo中有resnet50和vgg19两个可视化操作,请问rest的操作是怎样的,谢谢
Hi, thanks for sharing your code that is very useful. I just have a simple question. In the paper, you said you the number of replaced pixels is 224 x...
### Hi, Great Job! Thanks for your work. when i run the demo : python3 demo.py --arch vgg19 --target_layer features.36 --input images/ILSVRC2012_val_00043392.JPEG --output base.png #### Then warning come and no...