PaddleGAN RealSR 超分辨率重建

RealSR: Real-World Super-Resolution via Kernel Estimation and Noise Injection

github:
https://github.com/Tencent/Real-SR

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")

你可能感兴趣的:(深度学习机器学习)