Closed mdyao closed 4 years ago
This repository does not contain the original code used in the paper. It's an independent reimplementation I wrote afterwards and it is missing some parts.
Most notably, there is no notion of spatially-variant kernel in this repository for now. I might add it in the future if I find some free time to work on it as I do not have access to the original code anymore.
The 15*15 kernel you get as output is an estimate assuming that your degradation is uniform over the whole image.
@sunreef thanks, another two questions.
BTW, could you please provide the hr image of BlindSR/input/8068.jpg?
There is no ground-truth HR image here. The image in the input folder was not downsampled (at least we did not downsample it ourselves).
Thanks for your work. I have read your paper and run your code to get a good result. But I don't understand
“We can have a single degradation kernel for the whole image or have one kernel per pixel in the image. This lets us handle the case of spatially-variant degradations. ”
in Section 3.3. I think it means the algorithm provides each pixel a degradation kernel to touch the "spatial variant". But I don't find related codes in implementation. And the output kernel is only on the 15*15 patch. Could you explain it more?
thx.