Skip to content

ghtaro/eyes2mouth

This branch is 6 commits ahead of, 36 commits behind terapy822/eyes2mouth:master.

Repository files navigation

eye2mouth

"01" "02" "03" "04"

train

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

test

  1. Start testing
    $ python3 main.py --phase test --dataset_name face128 --batch_size 10 --fine_size 128

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%