Skip to content

Face Generator Project is a part of Udacity Deep Learning Nanodegree

License

Notifications You must be signed in to change notification settings

tfesenko/Face-Generation

Repository files navigation

Face-Generation

Face Generator Project is a part of Udacity Deep Learning Nanodegree.

Goal

Generate new faces using Generative Adversarial Networks (GANs).
The model is trained on the CelebFaces Attributes Dataset (CelebA): Image of Training Set

It generates new human faces that look like this:
Image of Generated Faces

Recommended next steps

  • Create a deeper model and use it to generate larger (say 128x128) images of faces.
  • Read existing literature to see if you can use padding and normalization techniques to generate higher-resolution images.
  • Implement a learning rate that evolves over time as they did in this CycleGAN Github repo.
  • See if you can extend this model and use a CycleGAN to learn to swap different kinds of faces. For example, learn a mapping between faces that have and do not have eye/lip makeup, as they did in this paper.

About

Face Generator Project is a part of Udacity Deep Learning Nanodegree

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published