-
I found that thresholding before computing saliency gives results more like I expected.
For example, a yellow highway stripe (that I mentioned earlier) now becomes salient. Another example is image …
-
Mistakes:
from dataloader import salicon(this is exist but can't import**)
from evaluation import cal_cc_score, cal_sim_score, cal_kld_score, cal_auc_score, cal_nss_score, add_center_bias(the file i…
-
Hi,
I wonder how to visualize saliency maps by their score-rankings as shown in Fig. 3 in your paper?
-
![image](https://user-images.githubusercontent.com/9370806/44337255-f1cffe80-a471-11e8-94db-94cd916b61a1.png)
I get this error when trying to run the test_metrics.py any idea why?. Also not sure …
-
Is it possible to use visualize_cam with a network having multiple inputs? I have a modified version of resnet50, with 3 inputs (2 are images and 1 is audio). I want to visualize activations of input1…
-
I have a strange issue in running pysaliency. It reports notoriously 'file not found' error whenever the code employs the Matlab.
Following Quickstart
1.
It happened when downloading MIT1003 datas…
-
- [v] Check that you are up-to-date with the master branch of keras-vis. You can update with:
pip install git+git://github.com/raghakot/keras-vis.git --upgrade --no-deps
- [v] If running on Tensor…
-
May I ask whether the endoscopy data in your training data set include CVC-ClinicDB (including 612 images) [1] and Kvasir-SEG (including 1000 images) [2]?
[1] Bernal, Jorge, et al. "WM-DOVA maps fo…
-
I have tried your code in Koniq10k and LIVEc. In Koniq10k, the result is close to your paper while LIVEc is not. I guess this is because of the alpha value. Since if mostype=ss(default), the mos range…
-
Hi,
Thank you very much for the nice work and making your models available.
I'm trying to use GBVS360 model with equatorial prior by using the command
`salient.exe -i P10.jpg --general-model…