ada-shen / ICNN

A pytorch implementation of interpretable convolutional neural network.
MIT License
63 stars 20 forks source link

Modules for quantitative evaluation #10

Open dv-rastogi opened 2 years ago

dv-rastogi commented 2 years ago

Hi! Thanks for the implementation! I had a query regarding the implementation for section 5.2 of the paper i.e. Quantitative evaluation of part interpretability. The paper discusses two metrics, namely part interpretability & location instability. I was not able to clearly find direct implementation of these evaluation metrics in the codebase. I feel its somewhat related to tools/computeStability.py or tools/computeStability_multi.py but kindly clarify the same. Thanks in advance!