marcellacornia / sam

Predicting Human Eye Fixations via an LSTM-based Saliency Attentive Model. IEEE Transactions on Image Processing (2018)
https://ieeexplore.ieee.org/document/8400593
MIT License
205 stars 76 forks source link

where is the prediction #31

Closed chensixx closed 5 years ago

chensixx commented 5 years ago

after i ran python main.py test img/ it says

Using Theano backend. /Users/sichen/anaconda2/lib/python2.7/site-packages/keras/backend/theano_backend.py:1282: UserWarning: DEPRECATION: the 'ds' parameter is not going to exist anymore as it is going to be replaced by the parameter 'ws'. mode='max') /Users/sichen/anaconda2/lib/python2.7/site-packages/keras/backend/theano_backend.py:1282: UserWarning: DEPRECATION: the 'st' parameter is not going to exist anymore as it is going to be replaced by the parameter 'stride'. mode='max') /Users/sichen/anaconda2/lib/python2.7/site-packages/keras/backend/theano_backend.py:1282: UserWarning: DEPRECATION: the 'padding' parameter is not going to exist anymore as it is going to be replaced by the parameter 'pad'. mode='max') Compiling SAM-ResNet Loading SAM-ResNet weights Predicting saliency maps for img/

Then done. But I don't see any predictions popping up. Where are they supposed to be?

marcellacornia commented 5 years ago

Hi @chensixx, thanks for downloading our code.

The predicted saliency maps are saved under the predictions/ folder.