cszn / BSRGAN

Designing a Practical Degradation Model for Deep Blind Image Super-Resolution (ICCV, 2021) (PyTorch) - We released the training code!
Apache License 2.0
1.17k stars 177 forks source link

import ISP model in the degradation model #35

Open peiyaoooo opened 2 years ago

peiyaoooo commented 2 years ago

Hi Kai, thank you for your great work. And I want to know how to import the ISP model in the function "degradation_bsrgan_plus(img, sf=4, shuffle_prob=0.5, use_sharp=True, lq_patchsize=64, isp_model=None)" to process the RGB images. Thank you again for your time and attention.