项目作者: lisen0
项目描述 :
Single Image Super-resolution using deep learning methods
高级语言: Python
项目地址: git://github.com/lisen0/srgan_Images.git
srgan_Images
Single Image Super-resolution
1. g_srgan.npz: Weight parameters trained by DIV2K datasets
2. model.py: GAN model used to generate super-resolution images (Based on the tensorlayer implementation on https://github.com/zsdonghao/SRGAN)
3. main.py: train and evaluate the network