Image-Super-Resolution-via-Iterative-Refinement icon indicating copy to clipboard operation
Image-Super-Resolution-via-Iterative-Refinement copied to clipboard

How can i transfer a low resolution image to better one? In other words, testing the pretrained model.

Open huchi00057 opened this issue 2 years ago • 2 comments
trafficstars

I read all code and files, I'm not sure whether using infer.py is able to get a ouput from a low resolution image.

Like, in srresnet, we can use my own image to get a output before training my own model.

huchi00057 avatar Jan 31 '23 03:01 huchi00057

Cause there's no argument for input image, I have'nt find a correct way to transfer test image in pretrained model.

huchi00057 avatar Jan 31 '23 03:01 huchi00057

I argue that like below:

sr.py👉 for training a new or custom model 👉 output:.pth(weights)、image(result)、checkpoint、log

evel.py 👉 to get PSNR and SSIM 👉 output:two number/value

infer.py 👉 not sure😲😲😲

huchi00057 avatar Jan 31 '23 03:01 huchi00057