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 will you release data processing code?

HaihuaQiu opened this issue · comments

Hi, You did a good job!
I want to study the specific process, please tell me when you will release data processing code.
Thank you.

BTW, which lib do you used for image processing? OpenCV? Thanks.

BTW, which lib do you used for image processing? OpenCV? Thanks.

Such as: Processed camera sensor noise NS, anisotropic Gaussian kernels in your degradation model

@jcai20 @HaihuaQiu cv2, scipy, numpy, torch

@jcai20 @HaihuaQiu cv2, scipy, numpy, torch

I mean the degenerate model, can you tell me when to release code?

I use cv2, scipy, numpy, torch in my new degradation model. See also #3