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
566 stars 164 forks source link

one argument seems a little bit misleading in 'main.py' #43

Open shiqi1994 opened 5 years ago

shiqi1994 commented 5 years ago

parser.add_argument('--patch_size', type=int, default=40, help='Size of cropped HR image') I read the code of functions related to this argument, Is 'patch_size' the size of the net input? For example, for DBPNx4 model, if 'patch_size' is the input size '40x40', the hr_train_dataset should be a set of images sized 160x160 . Is it right?