alterzero / DBPN-Pytorch

The project is an official implement of our CVPR2018 paper "Deep Back-Projection Networks for Super-Resolution" (Winner of NTIRE2018 and PIRM2018)
https://alterzero.github.io/projects/DBPN.html
MIT License
565 stars 164 forks source link

what is the size of input ? #54

Open lunasdejavu opened 4 years ago

lunasdejavu commented 4 years ago

I am trying to implement your pre-trained model by ncnn. the question is that what is the input size of the model since I found it is 1x3x114 x1172 in caffe but the preproccess of input image is only resize to 2x 4x 8x in the code of pytorch dataloader