ohnx / FaceEditor

Unsupervised learning to find facial features.

Home Page:https://youtu.be/4VAkrUNLKSo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Editor

Unsupervised learning to find facial features. https://youtu.be/4VAkrUNLKSo

The main order is:

  1. edit datagen.py to point to the correct directory, etc.
  2. run python datagen.py
  • (this creates a bunch of training data)
  1. run python encoder.py
  • This starts modeling the data, and periodically saves off evaluation summaries as well as the all-important Encoder.h5
  1. Once you have an Encoder.h5, run face_edit.py to see the result of applying different dimensions.

About

Unsupervised learning to find facial features.

https://youtu.be/4VAkrUNLKSo


Languages

Language:Python 100.0%