Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also support StyleGAN2, DFDNet.
@xinntao if I want to accelerate ESRGAN. could I compression RRDB(decrease RRDB number or replace RRDB with Res block) and replace vgg with mobilenet/shufflenet? could you give me some suggestion to accelerate ESRGAN? because I want to deploy ESRGAN in the smartphone.
If you want to deploy the model in the smartphone, there is another research filed for your reference, such as <Fast, Accurate, and Lightweight Super-Resolution with Cascading Residual Network>
@xinntao if I want to accelerate ESRGAN. could I compression RRDB(decrease RRDB number or replace RRDB with Res block) and replace vgg with mobilenet/shufflenet? could you give me some suggestion to accelerate ESRGAN? because I want to deploy ESRGAN in the smartphone.