-
Would it be possible to provide pretrained models from your experiments which can be used directly for evaluation? A script to use the pretrained models to generate saliency maps for a video would als…
-
Hi, I am impressed by this work and I want to use the pre-trained model to produce saliency maps for some other images. However, I have trouble trying to download the vgg.pkl perheps the foreign serv…
-
@dbolya The idea of protoypnet is really amazing great work , is there any process by which we can visualise the masks in the protonet so as to understand hwo the network is performing on the custom d…
-
Hi,
First of all thanks for contributing such a nice framework, this is very appreciated!
I have been playing with the example IXI_HH_sex_classification_resnet and I wonder if you would have any…
-
Hi, I'm trying to train this model from scratch using the dataset provided, however it seems the dataset provided doesn't quite match what the code requires, e.g. it has avi files instead of frame jpe…
-
```json
// markdown-formatter conf
"markdownFormatter.fullWidthTurnHalfWidth": ",:;!“”‘’()?。",
"markdownFormatter.formatULSymbol": true,
"markdownFormatter.spaceAfterFullWidth": tr…
-
Getting this error on running the example for visualize-cam at https://github.com/raghakot/keras-vis/blob/master/examples/vggnet/activation_maximization.ipynb
Upgraded to latest version, still gett…
-
Hi,
Do you know how to get neuron's saliency map from the middle layer?
I want to pick some neurons from the middle layer and compare visualization result
but I cannot figure out how to pick val…
-
Hi, I've been trying the code for a while and have a couple of questions about the gradients.
To give some context here, I would like to identify which feature maps are the most relevant for a specif…
-
Hi,
I am having the following issues/doubts:
1. My system gets hanged when i try to run the saliency part of the code, for both test.py and predict.py. I use the pretrained model shared. Can you pl…