haofanwang / Score-CAM

Official implementation of Score-CAM in PyTorch
MIT License
399 stars 66 forks source link

Implementation for Energy-based Point Game #16

Closed haofanwang closed 3 years ago

haofanwang commented 3 years ago

I have received many emails about releasing the code for Energy-based Point Game (a modified evaluation metric proposed in our paper), to promote the reproducibility of the research, I will release the code recently (I'm working on NeurIPS reviewing process now, I will clean up the code later). Thanks for your patience!

haofanwang commented 3 years ago

https://github.com/haofanwang/Score-CAM/blob/master/utils/energyPointGame.py

noobgrow commented 2 years ago

Sir, can you provide the other evaluation code like Average Drop/Incr. in Confidence/Insertion /Deletion ?Thanks a lot!