Awesome
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.
<a name="Pre-requisites">Pre-requisites
- Python 3.6
- PyTorch 0.4.0
Dataset
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.