项目作者: lisen0

项目描述 :
Single Image Super-resolution using deep learning methods
高级语言: Python
项目地址: git://github.com/lisen0/srgan_Images.git
创建时间: 2017-11-09T07:54:05Z
项目社区:https://github.com/lisen0/srgan_Images

开源协议:Apache License 2.0

下载


srgan_Images

Single Image Super-resolution

  1. 1. g_srgan.npz: Weight parameters trained by DIV2K datasets
  2. 2. model.py: GAN model used to generate super-resolution images (Based on the tensorlayer implementation on https://github.com/zsdonghao/SRGAN)
  3. 3. main.py: train and evaluate the network