-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class Activation Maps #116
Comments
I would like to work on this ✋ |
@nkpro2000sr Could you please start with GRADCAM first and then if you are comfortable, you can proceed with the others |
I think the recent CAM implementations are taken directly from tf-explain (without citing them) |
Well, I had not considered that comparision earlier. But when you pointed out, I recently checked tf-explain, especially this. I could not find much overlap with the one on the repo. However, if you feel there is considerable inspiration or direct use of the same code, do let me know, so that we can rightfully cite them |
Oh right cool! Although I do remember seeing an implementation that is very very similar to the one on the repo. I'll let you know if I do find it :-) |
Create class activation maps to explain the black-box nature of convolutional neural networks. Remember, that this is primarily aimed at customed trained models rather than pre-trained models so that we can input a h5 or saved_model and an image and analyze.
Tasks ( Implement the following):
Suggestions:
cam
The text was updated successfully, but these errors were encountered: