Open yuanjunchai opened 4 years ago
The goal of our paper is to be able to adapt to more general degradations than the bicubic downsampling operator. To do this, we selected a more general class of kernels (anisotropic Gaussian) and we perform the degradation by convolving our high-res image with one of these kernels before downsampling (taking one pixel out of two for example).
It is not necessary to use bicubic downsampling as that would result in an additional convolution that modifes the type of degradation.
Hi! I am very curious about your BlindSR and read your code. What confused me is your downsampling operation in 'src/degradation.py'. It seems that you do not use bicubic downsample operation. Could you tell me why? And the benefit of your own method about downsampling? Thank you!