-
Hey chris ,
I tried to use these code to get a saliency map of face.jpg
`
from Salicon import Salicon`
`from PIL import Image`
`import numpy as np`
`sal = Salicon()`
`map = sal.compute_salienc…
-
I downloaded the code and I'm trying to run the code using `python main.py test ./sample_image` but I get the following error. I tried with both pretrained models and I get the same error. I'm using p…
-
Hi Marcella,
I tried to compute saliency maps using the pre-trained model with the MIT300 benchmark but I have some errors.
I changed the image resolution in the config.py, however I don't know if …
-
In Pro. Zeiler's paper < Visualizing and Understanding Convolutional Networks >.
http://www.matthewzeiler.com/pubs/arxive2013/arxive2013.pdf
Operation: Switch_pool() and Switch_upppool() are needed …
-
Hi everyone and thanks for this work. I was wondering if you could give me some hint on a problem that I'm facing. Recently I've been trying to run the `mnist_tutorial_jsma.py`. So I've took that exam…
-
Hey,
I was trying to re-use your deep-net caffe model in my own Torch network to compare saliency maps from two seperate inputs using KL Divergence loss. (Note that I do-not fine-tune your model whil…
-
Hello!
Recently, a low-overhead technique and easy-to-implement of adding gradient noise while updating weights in network was proposed in [here](https://arxiv.org/pdf/1511.06807v1.pdf). It provide…
tmanh updated
7 years ago
-
We should do a new release with a major version increment because of #25 . Because the loss was used as part of the attacks, this bug made the attacks appear too weak.
-
https://github.com/fkanehiro/hrpsys-base/commit/e335e24f614d799214ae92d363e919456bbd0cbb のcommit以降、hrpsys自体のbuildは通るのですが、ROS_PACKAGE_PATHにバックスラッシュが紛れ込んで、他のパッケージのbuildが通らなくなっているようです。
```bash
[htt…
-
I need your help. My code used to work just until recently when I started looking at deep learning, installed number of libraries and updated others - though I'm not sure if my issue is related to tha…