ESPCN-pytorch
ESPCN-pytorch copied to clipboard
Where is the gaussian filter?
In the paper I read
"To synthesize the low-resolution samples LR, we blur HR using a Gaussian filter and sub-sample it by the upscaling factor."
But I cannot find the line in this repository where you apply a Gaussian filter. Or did I miss something?