XPixelGroup / BasicSR

Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also support StyleGAN2, DFDNet.
https://basicsr.readthedocs.io/en/latest/
Apache License 2.0
6.68k stars 1.17k forks source link

cv2.INTER_LINEAR #227

Open spnova12 opened 4 years ago

spnova12 commented 4 years ago

You created a scaling function that produces the same result as matlab. But why use cv2.INTER_LINEAR in LQGT_dataset.py?

victorca25 commented 4 years ago

Speed

spnova12 commented 4 years ago

Thank you very much!!!!!