EML-NET-Saliency icon indicating copy to clipboard operation
EML-NET-Saliency copied to clipboard

Can get eval_combine to run on personal images

Open Joshpk29 opened this issue 3 years ago • 1 comments

I can get the function to work on the example/115.jpg file but not on any of my own they are standard 1920x1080 .TIF image files I can't even seem to get the program to open them

Joshpk29 avatar Apr 30 '21 18:04 Joshpk29

Hi, both eval.py and eval_combined.py will automatically resize the input image to 640 by 480, so you might want to double check if you load and pre-process your data correctly. One thing should be noted that the model is trained on SALICON, which is 640 by 480. If the size (ratio) of your data is different, the performance may drop due to the deformation.

SenJia avatar May 08 '21 18:05 SenJia