项目作者: ismailuddin

项目描述 :
🧰 Grad-CAM implementation using TensorFlow 2.X code. Including guided Grad-CAM and counterfactuals.
高级语言: Jupyter Notebook
项目地址: git://github.com/ismailuddin/gradcam-tensorflow-2.git
创建时间: 2020-08-09T14:07:10Z
项目社区:https://github.com/ismailuddin/gradcam-tensorflow-2

开源协议:

下载


🔭 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