-
Hi @raghakot ,
I just want to try the the module on a model for [sentence classification](https://github.com/shagunsodhani/CNN-Sentence-Classifier). Actually, I would like to have plots as in [this…
-
### Describe the bug
I trained a GAT for binary node classification with the following structure
```
______________________________________________________________________________________…
-
Thank your works! I hope to get your SOD saliency maps.
-
-
hello , thank to your great work! I want to know how to the detail about "We convolve a Gaussian filter across each fixation location and compute the sum of all the maps to generate a continuous salie…
-
Thanks for sharing the code.
I tried to Generate saliency map used by Group-CAD, but couldn't.
```console
python3 demo.py --arch=vgg19 --target_layer=features.35 --input=Images/ILSVRC2012_val_0…
-
If we are trying to establish, just the pixels instead of image regions with the highest gradients attached to them, I have heard saliency maps using backpropagation is the best way? Is it possible to…
-
Hi @junting,
I'm super interesting in SalGAN, so here I am.
I've tried to run the model with provided VGG-16 weights, and pertained generator and discriminator which are provided in your Github…
-
could you provide idea how can I create saliency maps? my datasets are a defect and normal dataset.
-
**関連論文**
[Saliency Prediction for Mobile Interfaces](https://arxiv.org/abs/1711.03726)
`3.4.2 Element-level Saliency`
```
We convert the pixel-level saliency maps into the UI element-level salie…