Skip to content

Commit

Permalink
add preview image to readme
Browse files Browse the repository at this point in the history
add preview image to readme
  • Loading branch information
insikk committed Feb 14, 2017
1 parent 107b639 commit 7cb4b6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
This is tensorflow version of demo for Grad-CAM. I used vgg16 for demo because this model is very popular CNN model.
However grad-cam can be used with any CNN model. Just modify convolution layer in my demo code.

![Preview](https://github.com/insikk/Grad-CAM-tensorflow/blob/master/image_preview.png?raw=true)

See [python notebook](https://github.com/insikk/Grad-CAM-tensorflow/blob/master/gradCAM_tensorflow_demo.ipynb) to see demo of this repository.
>To use the VGG networks in this demo, the npy files for [VGG16 NPY](https://mega.nz/#!YU1FWJrA!O1ywiCS2IiOlUCtCpI6HTJOMrneN-Qdv3ywQP5poecM) has to be downloaded.
Expand Down Expand Up @@ -37,4 +39,4 @@ Thanks for the awesome machine learning commuity for providing many building blo
[https://github.com/Lasagne/Recipes/blob/master/examples/Saliency%20Maps%20and%20Guided%20Backpropagation.ipynb](https://github.com/Lasagne/Recipes/blob/master/examples/Saliency%20Maps%20and%20Guided%20Backpropagation.ipynb)


[7]: https://arxiv.org/abs/1610.02391
[7]: https://arxiv.org/abs/1610.02391

0 comments on commit 7cb4b6d

Please sign in to comment.