voletiv / syncnet-in-keras

Keras version of Syncnet, by Joon Son Chung and Andrew Zisserman.
51 stars 12 forks source link
deep-learning keras lip-sync

syncnet-in-keras

Keras version of SyncNet, by Joon Son Chung and Andrew Zisserman.

SyncNet paper: "Out of time: automated lip sync in the wild"

VGG webpage: VGG - SyncNet

Requirements

  1. Libraries required by Python (I used Python 3) are mentioned in the requirements.txt file.

  2. Keras

  3. Pre-trained weights, to be placed in the syncnet-weights directory. Instructions to download and place the files are available in the readme file inside the syncnet-weights directory

IMPORTANT