图片超分辨率重构实战——SRGAN

数据与代码链接见文末

论文地址:Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network

https://arxiv.org/abs/1609.04802v4

1.概述

        通常来说,分辨率越低,图像越模糊,分辨率越高,图像越清晰,图像超分辨率重构就是将分辨率低的图像重构为分辨率高的图像。 

2.数据与环境配置

        环境配置:

pip install tensorflow(版本为tensorflow 1.x)

pip install tensorlayer

参数配置,在config.py中配置参数。以下参数可以使用默认,不用修改

修改数据集路径