gradcam-tensorflow-2 icon indicating copy to clipboard operation
gradcam-tensorflow-2 copied to clipboard

🧰 Grad-CAM implementation using TensorFlow 2.X code. Including guided Grad-CAM and counterfactuals.

🔭 Grad-CAM implemenation in TensorFlow 2.X

DOI

A TensorFlow 2.X implementation of the various uses of Grad-CAM the original paper, including counterfactual examples and guided Grad-CAM.

Example

Usage

Notebook provided with step-by-step explanations.

Requirements

  • Python 3.6 or newer
  • TensorFlow 2.X
  • Matplotlib
  • OpenCV

References