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

about LapSRN x8

Open susuml opened this issue 5 years ago • 1 comments

Thanks for the open source.Now I want to try a super resolution on a tiny image ,so can you show how to train LapSRN x8 model?

susuml avatar Dec 24 '18 03:12 susuml

Hi, @susuml for training LapSRN x8, you will need to modify the https://github.com/twtygqyy/pytorch-LapSRN/blob/master/data/generate_train_lap_pry.m and generate h5 which contains x2 x4, and x8 images. After that, just simply change the network architecture by adding one more upsampling pipeline to get x8 prediction.

twtygqyy avatar Jan 07 '19 06:01 twtygqyy