An open API service indexing awesome lists of open source software.

https://github.com/nikhilroxtomar/gradcam-in-tensorflow

A simple implementation of GradCAM (Gradient-weighted Class Activation Mapping) using TensorFlow and OpenCV.
https://github.com/nikhilroxtomar/gradcam-in-tensorflow

gradcam gradcam-heatmap gradcam-visualization tensorflow

Last synced: 3 months ago
JSON representation

A simple implementation of GradCAM (Gradient-weighted Class Activation Mapping) using TensorFlow and OpenCV.

Awesome Lists containing this project

README

        

# GradCAM in TensorFlow
A simple implementation of GradCAM (Gradient-weighted Class Activation Mapping) using TensorFlow and OpenCV. The provided code applies Grad-CAM to a MobileNetV2 model trained on the ImageNet dataset, demonstrating how to generate and overlay heatmaps on input images.

![Heatmap with GradCAM](heatmap-min.jpg)