SGDNet icon indicating copy to clipboard operation
SGDNet copied to clipboard

How to predict a single image

Open Shuweis opened this issue 5 years ago • 1 comments

If I want to test a single image and get its score,how can I do that? Please guide me.Thanks!

Shuweis avatar May 11 '20 08:05 Shuweis

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.

ysyscool avatar May 15 '20 03:05 ysyscool