Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 599 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 599 Bytes

GANs

Different GANs for final year project.

MNIST for experiments in generating handwritten digits. Face for experiments in generating faces.

Finished implementations:

DCGAN, Conditional GAN, Wasserstein GAN, BEGAN, StarGAN

The final algorithm used for facial expression generation is in StarGAN_v5. Demo can be found in http://timx.me/Facial_Expression_Modifier

Samples

Samples from StarGAN

Environment

TensorFlow: 1.3.0 Python: 3.5.2