leftthomas / ESPCN

A PyTorch implementation of ESPCN based on CVPR 2016 paper "Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The transform of input: Gaussian kernel

zhangcheng-007 opened this issue · 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.