• Stars
    star
    110
  • Rank 315,595 (Top 7 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created over 6 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Keras implementation of GradCAM.

keras-gradcam

Keras implementation of GradCAM.

Adapted and optimized code from https://github.com/jacobgil/keras-grad-cam.

Original torch implementation: https://github.com/ramprs/grad-cam.

To run script: python grad_cam.py </path/to/img>.

Notebook has more details on usage and code to efficiently process multiple images.

Description

Repository contains implementation of three approaches to explain base model predictions:

Implementation uses Tensorflow as backend and VGG16 as base model.

Examples