Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 849 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 849 Bytes

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