Skip to content

Latest commit

 

History

History

esrgan

ESRGAN

How to run

  1. Run the setup instructions in tensorflow_gan/examples/README.md
  2. Run:
python esrgan/train.py

The Notebook files for training ESRGAN on Google Colaboratory can be found here

Description

The ESRGAN model proposed in the paper ESRGAN: Enhanced Super-Resolution Generative Adversarial Networks (Wang Xintao et al.) performs the task of image super-resolution which is the process of reconstructing high resolution (HR) image from a given low resolution (LR) image. Here we have trained the ESRGAN model on the DIV2K dataset and the model is evaluated using TF-GAN.

Results