-
Hi,
I would greatly appreciate it if you could share the code that you used for the visualization in figures 2 and 3 of the supplementary material? (trajectory-guided attention maps, GradCam and Eig…
-
你好博主,我想问问,你这个heatmap为什么不涉及到反向传播,其跟Grad-Cam是同一个东西嘛
-
I am getting the following error when I am trying to run your code on one of the example images. Is this due to some missing package? Thanks!
```
Predicted class:
boxer (n02108089) with probabili…
-
Hello, author. Thank you for providing such a good job. I have a question about the visualization of features using Grad-CAM in your paper, which I am very interested in, and I would like to ask if yo…
-
Do you have a pytorch implement of Grad-cam for 1d data
-
How can we implement grad cam or any kind of visualization in efficientdetD0 model?? Is there any code or suggestion??
-
Hi. I just updated Keras (2.1.0) and TF (1.4.0) and the your code is no longer working. It seems that the function `K.gradients(...)` is now returning `[None]`. Any idea how to fix it without downgrad…
-
您好,请问可以在mmdetection(https://github.com/open-mmlab/mmdetection)框架下实现retinanet的grad-cam吗?
-
I've tried loading my own model (A fine tuned version of VGG16) using load_model but I get this error:
`AttributeError Traceback (most recent call last)
in ()
146
…
-
I am using Keras with tensorflow backend and I have fine-tuned the last Conv layer and FC layer of my network based on VGG weights. Now I am using grad-CAM technique to visualize which parts of my ima…