Closed nkpro2000sr closed 4 years ago
reference : https://arxiv.org/pdf/1910.01279.pdf
demo : https://colab.research.google.com/drive/18YNBud4JcPKECyn7Eg6OwBXUV5RajVua?usp=sharing
from deeppixel.cam import * scorecam = ScoreCAM("model.h5", "last_conv_layer_name") # heat map scorecam.plot_heatmap("image.png") # superimposed with image scorecam.show("image.png")
@nkpro2000sr Well done! Good to see Improvements suggested by @smaranjitghose earlier being implemented here too !
116
reference : https://arxiv.org/pdf/1910.01279.pdf
demo : https://colab.research.google.com/drive/18YNBud4JcPKECyn7Eg6OwBXUV5RajVua?usp=sharing
Basic Demo