cszn / BSRGAN

Designing a Practical Degradation Model for Deep Blind Image Super-Resolution (ICCV, 2021) (PyTorch) - We released the training code!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when you training, if the patch_size 72*72 in the paper means randomcrop 72*72 from lr_image

erjihaoshi opened this issue · comments

the patch_size 7272 in the paper means randomcrop 7272 from lr_image ,and make it as input of generator ,and hr_img should be 288 *288 corrspond to randomcrop's lr_img , am I right?
WechatIMG224