facebookresearch / RRL

Code for RRL (https://sites.google.com/view/abstractions4rl)
Apache License 2.0
27 stars 4 forks source link

GradCAM Visualization Code #7

Open meghbhalerao opened 1 year ago

meghbhalerao commented 1 year ago

Hi - I was wondering where can I find the code for the grad cam visualizations? is it somewhere in the current repository? Thanks!

meghbhalerao commented 1 year ago

Dear Authors, I just wanted to follow up to see if there is any update on the above issue? More specifically, I am looking for the part of the code which was used to generate the short visualization videos using grad CAM technique. Thank you for your time!

ShahRutav commented 1 year ago

I saved images locally and used the following repository to generate the gram cams: https://github.com/jacobgil/pytorch-grad-cam I used the top-1 classification class to predict the gradients

Hope this helps!