smaranjitghose / DeepPixel

An open-source Python package for making computer vision and image processing simpler
MIT License
22 stars 37 forks source link

Added SmoothGrad #124

Closed nkpro2000sr closed 3 years ago

nkpro2000sr commented 3 years ago

116

demo : https://colab.research.google.com/drive/1hep9gfelhD48welkBFs66VjpRX1on3MQ?usp=sharing

Basic Demo

from deeppixel.cam import *
smoothgrad = SmoothGrad("model.h5")

smoothgrad.plot_heatmap("image.png")
nkpro2000sr commented 3 years ago

@smaranjitghose Hello sir, please add the hacktoberfest topic to your repository if you wish to participate in hacktoberfest