PaddleGAN RealSR 超分辨率重建

RealSR: Real-World Super-Resolution via Kernel Estimation and Noise Injection
github:
https://github.com/Tencent/Real-SR
【PaddleGAN RealSR 超分辨率重建】PaddleGAN:
https://github.com/PaddlePaddle/PaddleGAN/blob/develop/docs/zh_CN/apis/apps.md#ppgan.apps.DeOldifyPredictor

from ppgan.apps import RealSRPredictor sr = RealSRPredictor() sr.run("docs/imgs/test3.png")

    推荐阅读