wxxxxxxh / A2F-SR

Official PyTorch implementation of "Lightweight Single-Image Super-Resolution Network with Attentive Auxiliary Feature Learning" in ACCV2020
37 stars 6 forks source link

Does it work on JPG images? #1

Open airtablereddit opened 3 years ago

airtablereddit commented 3 years ago

Does this work on images other than PNG?

wxxxxxxh commented 3 years ago

I think it can not work on JPG because there only exsists bicubic downsampling degradation when training. And JPG images have been degraded by JPEG compression. You can set JPG images that are clear enough as gt images.