/Talking_Face_Generation

Talking Face Generation by Conditional Recurrent Adversarial Network

Primary LanguagePython

Talking Face Generation by Conditional Recurrent Adversarial Network -- Pytorch Version

Pytorch implementation of the paper Talking Face Generation by Conditional Recurrent Adversarial Network accepted in IJCAI 2019. The Tensorflow implentation version will be published soon.

Project Page

  • Python 3.6
  • PyTorch 0.4.0

The datasets we are trained on are TCD ,LFW, Voxceleb and Obama set. Please ask the permission from the original provider.

If you need help with the preprocessing code, please send me an email.

Easy Training

$ sh run_train_tcd.sh

Easy Testing

Note

We are still cleaning the code. Please wait for more details.