insikk / Grad-CAM-tensorflow

tensorflow implementation of Grad-CAM (CNN visualization)
306 stars 103 forks source link

Is it possible to visualize ResNet with GradCAM? #1

Closed insikk closed 6 years ago

insikk commented 6 years ago

Does it theoretically make sense? I am not sure...

Resnet is different from VGG:

Just try with code. ResNet50. slim model. See what happens.

insikk commented 6 years ago

GradCAM Paper sucesscully visualized resnet. https://arxiv.org/pdf/1610.02391.pdf Student paper related to visualizing with guided backpropagation. https://arxiv.org/pdf/1701.02362.pdf

insikk commented 6 years ago

Now https://github.com/insikk/Grad-CAM-tensorflow/pull/2 supports resnet 50, resnet 101

insikk commented 6 years ago

image