Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 470 Bytes

File metadata and controls

18 lines (15 loc) · 470 Bytes

SRGAN

Super Resoultion GAN with Keras

This project is based on eriklindernoren/Keras-GAN

Datasets

  1. create directory named datasets
  2. create directory YOUR_DATASETS_NAME in datasets directory
  3. put your images in YOUR_DATASETS_NAME
  4. edit train.py
DATASETS = 'YOUR_DATASETS_NAME'

How to run

  1. pip install -r requirements.txt
  2. python train.py model will be saved in models directory