RealSR icon indicating copy to clipboard operation
RealSR copied to clipboard

training for x4 super resolution

Open NasrinR791 opened this issue 4 years ago • 2 comments

Dear @Alan-xw , thank you for your code. I want to train LP-KPN model for superresolution task in which the input lr images are 4 times smaller than GT. I wonder which part of the model I should change. Could you please give me any advice on this?

NasrinR791 avatar Jun 18 '20 16:06 NasrinR791

Hi, you can import torch.nn.functional as F module and use F.interpolate() function to upscale image first.

Alan-xw avatar Jun 20 '20 12:06 Alan-xw

Dear @Alan-xw , thank you for your code. I want to train LP-KPN model for superresolution task in which the input lr images are 4 times smaller than GT. I wonder which part of the model I should change. Could you please give me any advice on this?

I want to ask, have you reproduced successfully with this code? Thank u

yjt9299 avatar Mar 17 '21 08:03 yjt9299