Skip to content

Instantly share code, notes, and snippets.

View hnguyentt's full-sized avatar
:octocat:
Peace :)

Hoa Nguyen hnguyentt

:octocat:
Peace :)
View GitHub Profile
"""
Generate GradCAM for COVID-Net model: https://github.com/lindawangg/COVID-Net
By: Hoa Nguyen
Last updated: May 23, 2020
"""
# Dependencies
import numpy as np
import tensorflow as tf
import os, argparse
import cv2