leftthomas/ESPCN

The transform of input: Gaussian kernel

zhangcheng-007 opened this issue · 2 comments

The paper blurs HR using a Gaussian filter and sub-sample it. Is the Gaussian kernel implemented in the code? I just see bicubic.

@zhangcheng-007 you could implement them by yourself.

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.