Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tensorlayer/SRGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Resolution Examples

We run this script under TensorFlow 1.1 and the self-contained TensorLayer. If you got error, you may need to update TensorLayer.

SRGAN Architecture

TensorFlow Implementation of "Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network"

Results

Prepare Data and Pre-trained VGG

Run

  • Set your image folder in config.py.
config.TRAIN.img_path = "your_image_folder/"
  • Start training.
python main.py
  • Start evaluation.
python main.py --mode=evaluate

Reference