iwtw / pytorch-TP-GAN

pytorch replicate of TP-GAN "Beyond Face Rotation: Global and Local Perception GAN for Photorealistic and Identity Preserving Frontal View Synthesis"
MIT License
94 stars 17 forks source link

TP-GAN

pytorch replicate of TP-GAN "Beyond Face Rotation: Global and Local Perception GAN for Photorealistic and Identity Preserving Frontal View Synthesis"

what's different from the official code

requirements

usage

to train feature extract models

vim pretrain_config.py #set options
python pretrain.py

to train TP-GAN

vim config.py #set options
python train.py

to test TP-GAN

python test.py $args

some other implementations