You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to understand the math part of your algorithm. And I wonder which interpolation you use in order to upsample/downsample the image. I saw both LANCZOS and BILINEAR interpolation in function.py, so I'm a little confused. Could you explain how you use these two interpolations? Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hi, we use LANCZOS to create the downsampled versions of the image, and BILINEAR to create their blurry upsampled versions for training. We use the same bilinear interpolation during upsampling in the sampling process.
Hi, I'm trying to understand the math part of your algorithm. And I wonder which interpolation you use in order to upsample/downsample the image. I saw both LANCZOS and BILINEAR interpolation in function.py, so I'm a little confused. Could you explain how you use these two interpolations? Thank you in advance.
The text was updated successfully, but these errors were encountered: