Skip to content

Tensorflow implementation of the SRGAN algorithm for single image super-resolution

License

Notifications You must be signed in to change notification settings

dinavod12/SRGAN-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRGAN_tensorflow

Introduction

This project is a tensorflow implementation of the impressive work Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network.
The result on BSD100, Set14, Set5 will be reported later. The code is highly inspired by the pix2pix-tensorflow.

Some results:
  • The result from the paper:
SRGAN result Original SRGAN result Original
Our result Original Our result Original
  • The result from my implementation:

Denpendency

  • tensorflow (tested on r1.0, r1.2)
  • TF slim library

Recommended

  • Ubuntu 16.04 with tensorflow GPU edition

Getting Started

# clone the repository from github
git clone https://github.com/brade31919/SRGAN-tensorflow.git
cd SRGAN-tensorflow/

# [optional] download the training dataset

About

Tensorflow implementation of the SRGAN algorithm for single image super-resolution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.1%
  • Shell 3.9%