Repository containing code to run Score-CAM algorithm available on https://arxiv.org/pdf/1910.01279v1.pdf.
Make sure you have installed python 3.6+ and setup GPU configuration in case you have GPU available.
At the root run:
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
To run a simple example just enter python example.py
on terminal. Output image will be saved at the root.
- Visualize more than one image per run
- Implement on tf-explain