Open ryhhtn opened 1 year ago
Thanks for sharing the code.
I tried to Generate saliency map used by Group-CAD, but couldn't.
python3 demo.py --arch=vgg19 --target_layer=features.35 --input=Images/ILSVRC2012_val_00000073.JPEG --output=base.png
# demo.py, l48 gc = GroupCAM(model, target_layer=args.target_layer)
I have this question too
Thanks for sharing the code.
I tried to Generate saliency map used by Group-CAD, but couldn't.