sicara / tf-explain

Interpretability Methods for tf.keras models with Tensorflow 2.x
https://tf-explain.readthedocs.io
MIT License
1.01k stars 112 forks source link

Implement ScoreCAM #124

Open r0cketr1kky opened 4 years ago

r0cketr1kky commented 4 years ago

ScoreCAM is relatively new in this area. Link: https://arxiv.org/pdf/1910.01279.pdf

matheushent commented 4 years ago

I've been working on implementing Score-CAM in the moulds of tf-explain, but I guess I didn't get success. I think I'm very close to the right algorithm.

Any help would be great.

haofanwang commented 4 years ago

Hi, @matheushent, implementation of Score-CAM has been released in https://github.com/haofanwang/Score-CAM, I hope this can help.

matheushent commented 4 years ago

@haofanwang Very nice, I'll look deeper. Thank you!!