- Preprocess cropped images
$ cd input/ $ ./untar.sh $ cd ..
- Generate dataset by concatenating and resizing the images
$ python3 gen_dataset.py
- Start training
$ python3 main.py --phase train --dataset_name face128 --batch_size 10 --fine_size 128 --lr 0.00002
- Start testing
$ python3 main.py --phase test --dataset_name face128 --batch_size 10 --fine_size 128