-
Hi, Dr. Zhang, I am also studying the field of saliency detection. I am very interested in your CVPR paper, and I think I want to cite this paper as the current SOTA in the RGBD SOD field for comparis…
-
@AlexeyAB How can i get the saliency map for input images to yolov2 while using tiny-yolo as model?
-
Download your codes and I just want to test if it works well. But when I run `main.py` as so:
`python main.py test sample_images/`
Codes can work till it prints 'Predicting saliency maps for sample_…
-
In your readme file, you said:
The scripts train and test model with 10 fold cross validation and plot a comparison of genotype
contribution using saliency map value and Wald test value.
But in …
-
[Deep Inside Convolutional
Networks: Visualising Image Classification Models and Saliency Maps](https://arxiv.org/abs/1312.6034)
This paper addresses the visualisation of image classification models…
-
Is there a way in R-keras to generate CAMs or Saliency Maps for one-dimensional input (e.g. a vector) as described for example for the "keras-vis" package for python?: https://github.com/raghakot/kera…
-
Once a saliency map from a single image has been computed, the next step is to compute the saliency maps for a collection of them. Please check this [internal ticket](https://imatge.upc.edu/trac/ticke…
-
This may be a more of a theoretical question. But, when calculating the saliency maps and the guided back prop, when calculating the loss to get the gradients, the output is used (of the class).
Is …
-
Hi all,
When I run main main.py with my yolov5X model pretrained with ultralytics v5_6.1 on custom images I got this error message.
saliency_map = (weights * activations).sum(1, keepdim=True)
R…
-
Awesome repo; thank you for creating this! I was wondering if you looked into visualizing the Grad CAM saliency maps for the ViT based CLIP models (and if so, which layer we should select as the salie…
g-luo updated
2 years ago