Skip to content

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

Notifications You must be signed in to change notification settings

voletiv/syncnet-in-keras

Repository files navigation

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

  • SyncNet takes input images of size (112, 112, 5).

  • These input images have pixel values between 0 and 255! DON'T rescale image values to [0, 1], keep them in [0, 255].

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published