SGDNet
SGDNet copied to clipboard
How to predict a single image
If I want to test a single image and get its score,how can I do that? Please guide me.Thanks!
If I want to test a single image and get its score,how can I do that? Please guide me.Thanks!
You can refer to the main.py in my saliency code ( https://github.com/ysyscool/DINet). Writing a new test generator can help you.