-
-
Hello ,
I am interested to know how can i generate the saliency map for multiple object in one image.
I know how to find a saliency map only for one object in the image , but i don't know how …
-
Something wrong at the step of "Get perturbation saliency map"
I found "visualize_atari/jacobian-vs-perturbation.ipynb" still cannot work through, at the step of "Get perturbation saliency map":
`…
daiyl updated
4 years ago
-
Hi, Lai, nice work.
Based on my understanding, the gt should be a 2D map instead of such groups of fixation pixels in Data.fixdata. However, how do you generate such fixation data into the ground tr…
-
-
Thanks so much for sharing your work and make it so easy...in theory...to use. Although I haven't been able to get it to work by running your Colab example(s).
**Describe the bug**
The two middl…
-
I build the following model
```model = Sequential([
InputLayer(input_shape=[1, 28, 28]),
Conv2D(6, kernel_size=[3, 3], activation='relu', padding='same', data_format='channels_first'),
…
ghost updated
7 years ago
-
Besides the output saliency maps, I want to output the enhanced depth map. How to do this? Please help me? Thx.
-
Can you please share the google drive link for saliency maps. Unable to access baidu
-
Create keras callbacks to generate visualizations while training in keras. It would be pretty neat to have:
* Tensorboard callback to push visualization images of choice every_x epochs of training.…