pysaliency icon indicating copy to clipboard operation
pysaliency copied to clipboard

Python Framework for Saliency Modeling and Evaluation

Results 18 pysaliency issues
Sort by recently updated
recently updated
newest added

Hello matthias-k, the download link for the RARE2012 model seems to be broken. Is there a new one that works or is there another way to get the patched model?...

## Setting: I have `requirements.txt` as below: ``` ... pysaliency==0.2.20 ... ``` ## Steps to reproduce the problem: ``` sudo pip3 install -r requirements.txt ``` ## Error: ```console ERROR: Command...

Hi,matthias-k I tried the sample code you gave, but it failed。 How to use pysaliency to evaluate the effectiveness of my model if I use my model to generate a...

I wanted to download MIT1003 dataset in colab environment. As suggested in Readme, I tried intslling octave and other packages. Still it runs to an error I installed octave and...

Hi Matthias, I'm trying to evaluate a model using your code but I get the error python3 evaluate.py evaluate-model -d MIT1003 /home/paul/Downloads/model.pth.tar Loading dataset mit1003 Traceback (most recent call last):...

Hello @matthias-k , I don't really understand how you compute the information gain score as unique number for the LSUN challenge. Could please show me how to compute this score,...

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 dataset...

Hi Matthias, Back again with another memory-related issue -- and don't worry, I've updated pysaliency to the latest release since my last post :P Setting 'caching' to False when using...

Hi Matthias, Nice work -- this package's great. Having an issue with the code for the CAT 2000 training data set/the package's memory footprint. I've created some saliency maps for...

I couldn't get this to work on OS X (`clang: error: unsupported option '-fopenmp'`), until I installed a new version of gcc. Here's what worked for me: sudo port install...