imatge-upc / salgan

SalGAN: Visual Saliency Prediction with Generative Adversarial Networks
https://imatge-upc.github.io/salgan
MIT License
367 stars 106 forks source link

Visualize predicted Scan-paths on input image #34

Closed nileshpd1211 closed 6 years ago

nileshpd1211 commented 6 years ago

Hi, I'm new to both python as well as deep learning environment. I successfully implemented the code by giving an image as an input and saving the predicted scan-path output as a .mat file. Can someone kindly help me with how to visualize the scan-path over the input image?

Thanks a lot :D

xavigiro commented 6 years ago

SalGAN does not generate scanpaths, but saliency maps. In case you would like scanpaths, you may be interested in our other work SaltiNet.