FSRCNN-pytorch
FSRCNN-pytorch copied to clipboard
PyTorch implementation of Accelerating the Super-Resolution Convolutional Neural Network (ECCV 2016)
nn.PReLU() shouldn't set x or s in Sequential, for example, from my code, I think nn.PReLU(x) is false in Sequential(It will cause bug torch.cuda.FloatTensor is not a Module subclass). We...
hi, I checked your image transformation part in file **utils.py** the formula for rgb to ycbcr image is a little different from Wikipedia: yours: y = 16. + (**64.738** *...
When testing, why are the input and output image sizes the same regardless of the scale? And why is the test input a GT image?
Hello, I want to enlarge the output image by 4 times. I set the stride in ConvTranspose2d to 4, but this will give an error, which will indicate that the...
你好,感谢您提供相关代码。 在本仓库运行时,使用您提供的预训练模型,测试butterfly 2/3倍scale时,CPU耗时700ms,GPU(NVIDIA-SMI 515.65.01 Driver Version: 515.65.01 CUDA Version: 11.7)耗时400ms, 与论文中的结论27fps有差异,是什么原因呢