ramprs / grad-cam

[ICCV 2017] Torch code for Grad-CAM
https://arxiv.org/abs/1610.02391
1.5k stars 226 forks source link

Cmd Option for custom output name #5

Closed varunagrawal closed 7 years ago

varunagrawal commented 7 years ago

Added command line option to append custom output name to generated images.

Sometimes users would like to run grad-cam programmatically and it would be nice if they could set a custom output image name via an append string so that previous images are not overwritten by newer ones.

abhshkdz commented 7 years ago

Thanks!