The transform of input: Gaussian kernel
zhangcheng-007 opened this issue · 2 comments
zhangcheng-007 commented
The paper blurs HR using a Gaussian filter and sub-sample it. Is the Gaussian kernel implemented in the code? I just see bicubic.
leftthomas commented
@zhangcheng-007 you could implement them by yourself.
zhangcheng-007 commented
I have just entered this field. I cancelled the annotation, and the effect is not very good. Source code of SRCNN uses bicubic interpolation to generate LR image, similar to your method.