Paper99 / SRFBN_CVPR19

Pytorch code for our paper "Feedback Network for Image Super-Resolution" (CVPR2019)
MIT License
551 stars 126 forks source link

about input patch size #57

Open hahaha-1 opened 3 years ago

hahaha-1 commented 3 years ago

hi, i note that the size of input is changing according to the scale factor. such as scale is x2 ,the input patch size is 60x60,scale is x3,the input patch size is 50x50, scale is x4,the input patch size is 40x40. Why is it designed like this?the different of input patch size will affect the final result?