smaranjitghose / DeepPixel

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

Added GradCAM and BaseCAM (along with a test) #107

Closed r0cketr1kky closed 3 years ago

r0cketr1kky commented 3 years ago

Need to add a README.MD to acknowledge the following resources:

1) Xdeep : https://arxiv.org/abs/1911.01005

2) https://github.com/1Konny/gradcam_plus_plus-pytorch

Also, the CAM and the Grad-CAM paper

CAM : http://cnnlocalization.csail.mit.edu/Zhou_Learning_Deep_Features_CVPR_2016_paper.pdf Grad-CAM : https://arxiv.org/abs/1610.02391