Closed nkpro2000sr closed 4 years ago
reference : https://arxiv.org/abs/1610.02391
demo : https://colab.research.google.com/drive/1Or1rM73KPBSd1SZwLoFYPechAxPoopuh?usp=sharing
from deeppixel.cam import * gradcam = GradCAM(model, "last_conv_layer_name") # heat map gradcam.plot_heatmap(image) # superimposed with image gradcam.show(image)
Nice work @nkpro2000sr.
116
reference : https://arxiv.org/abs/1610.02391
demo : https://colab.research.google.com/drive/1Or1rM73KPBSd1SZwLoFYPechAxPoopuh?usp=sharing
Basic Demo