pytorch-LapSRN icon indicating copy to clipboard operation
pytorch-LapSRN copied to clipboard

Pytorch implementation for LapSRN (CVPR2017)

Results 24 pytorch-LapSRN issues
Sort by recently updated
recently updated
newest added

how to get 2× psnr from 4× model?

I tried to reproduce LAPSRN just same as paper in CVPR, so I changed optim to SGD. Then, it makes loss go inf. So, I changed loss term divided by...

hello~ i have a question one branch aims to extract gray-level features(channel=1),add to unsample input (channel=3) but why the result is also gray image?

In the test section, can I achieve one effect: input low resolution test image, input high resolution image, if so, how can I modify the code

We are experiencing the following attempting to train on some astrophotography images. I have created 128x128 patches of moon photos for our data set, and then used your generate Matlab...

can you please help me know where the results are being stored in which folder

All I see are x2 x4 x8 using this model. Do you have an idea of how to upscale by x3 ?

This custom PyTorch Dataset loads images from a folder, performs several image operations upon them, and then returns patches to the caller. To avoid expensive disk reads/writes, all of the...

Thank you for sharing the code.However, according to your project, my PSNR on set5 is only 31.48 instead of 31.65. whats the problem. The dataset I used is T91, BSDS200.

Hello, I can't replicate your PSNR value using bicubic on Set14 and Set5. I'm having 2db lower. Could share please the images that you used ?