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

How to export saliency map as array of values? #22

Open yan-michael opened 5 years ago

yan-michael commented 5 years ago

Hi, I am looking to save the saliency maps as an array of pixel values (perhaps as a .npz) as opposed to an .jpg image. Where would I modify the code to do this? Thanks!