-
Hello! Sorry for asking about such an old project. I wanted to confirm the frequency values that are associated with the saliency maps for Kalinli and Duangudom.
In Kalinli_Saliency.m, the paramet…
k4vi updated
9 months ago
-
Hi,
Currently the saliency method is not working for images with a single channel (ex (1,244,244)). At some point the code seems to require three channels. This results in shape errors, etc.
Cou…
-
Traceback (most recent call last):
File "/home/bl/PycharmProjects/saliency-salgan-2017-master/scripts/02-train.py", line 17, in
from models.model_salgan import ModelSALGAN
File "/home/bl/P…
ghost updated
4 years ago
-
Hi! first of all I wanted to thank you for putting this together it's pretty awesome. Is there a quick hack I could do use your saliency visualizations for a regression problem. That is, instead o…
-
Hi,
I wonder how to visualize saliency maps by their score-rankings as shown in Fig. 3 in your paper?
-
Hi, I see that pyLDAvis visualize each word's saliency under each topic. But do we have a way to extract each word's saliency under each topic? So finally, I want to get a pandas dataframe such that o…
ZorkJ updated
6 months ago
-
I only calculate the edge map of SOD according to the code from SOD website? Could you provide the GT saliency map of SOD? Thanks~~
-
Hi,
thank you very much for the nice library. Some very useful implementations to current Saliency methods :)
This may be more a suggestion rather than an issue, but well let's get into it:
…
dkosm updated
4 years ago
-
I am doing it on my own network:
model = load_model('./model_single_frame_cnn/model_allframe_101_ori.h5')
name = model.layers[-1].name
layer_idx = utils.find_layer_idx(model, name)
…
cwzat updated
6 years ago
-
Dear Suriya,
I have read your paper of "First Person Action Recognition Using Deep Learned Descriptors" which published on CVPR 2016. Your idea are attractive.
I want to implement your work …