Open
Description
examples/super_resolution/data.py
Line 41 in dcdabc2
I think resizing LANCZOS interpolation is better than default BILINEAR
Resize(crop_size // upscale_factor,interpolation=Image.LANCZOS)
How does downsampling work in a normal SR?
And In the Set5 dataset, I found that the psnr value is lower than the bicubic method.
Why..?