Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 641 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 641 Bytes

This is my course assignment about reproducing EnlightenGAN.
I deleted some unused files.

Train

  • Create a new folder ./final.dataset in the root dir, then create folders ./final.dataset/trainA./final.dataset/trainB
  • Put the lowlight picstures into trainA, normal pictures into trainB.
  • Run by input python scripts/script.py --train

Test

  • Create a new folder ./test.dataset in the root dir, then create folders ./test.dataset/testA./test.dataset/testB
  • Put the lowlight picstures to be predicted into testA, put a random picture into testB
  • Run by input python scripts/script.py --predict