Skip to content

kanesp/ESRGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESRGAN

generate high quality pictures. GAN. Generative Adversarial Networks """ Super-resolution of CelebA using Generative Adversarial Networks. The dataset can be downloaded from: https://www.dropbox.com/sh/8oqt9vytwxb3s4r/AADIKlz8PR9zr6Y20qbkunrba/Img/img_align_celeba.zip?dl=0 (if not available there see if options are listed at http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html) Instrustion on running the script:

  1. Download the dataset from the provided link
  2. Save the folder 'img_align_celeba' to '../../data/'
  3. Run the sript using command 'python3 esrgan.py' """

Requirements

torch>=0.4.0 
torchvision 
matplotlib 
numpy
scipy
pillow
urllib3
scikit-image

About

generate high quality pictures. GAN. Generative Adversarial Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages