-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Description
🐛 Bug
It seems that the new Bicubic interpolation is introducing some noise/artifacts into images.
To Reproduce
gist that demonstrates the issue.
Expected behavior
The image should look great! Bicubic interp rocks. Obviously there are plenty of examples out there(e.g., OpenCV, Pillow,...).
Environment
PyTorch version: N/A
Is debug build: N/A
CUDA used to build PyTorch: N/A
OS: Mac OSX 10.14.4
GCC version: Could not collect
CMake version: Could not collect
Python version: 3.6
Is CUDA available: N/A
CUDA runtime version: Could not collect
GPU models and configuration: Could not collect
Nvidia driver version: Could not collect
cuDNN version: Could not collect
Versions of relevant libraries:
[pip3] numpy==1.16.3
[pip3] torch==1.1.0
[conda] blas 1.0 mkl
[conda] mkl 2019.3 199
[conda] mkl-service 1.1.2 py37hfbe908c_5
[conda] mkl_fft 1.0.10 py37h5e564d8_0
[conda] mkl_random 1.0.2 py37h27c97d8_0
Additional context
Here is the original image:

And the result when using Bicubic interpolation:

Same image using Bilinear interpolation:
