joonson / yousaidthat

You Said That?: Synthesising Talking Faces from Audio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

ffmpeg
cuda (v8.0)

For face alignment:

scikit-image
dlib (v18.18)
numpy
scipy

Setting up Matconvnet

cd matconvnet_gen
addpath matlab
vl_compilenn('enableGpu', true, ...
               'cudaRoot', '/usr/local/cuda-8.0', ...
               'cudaMethod', 'nvcc') ;
vl_testnn('gpu', true)

Demo

Download model:

sh download_model.sh

Run demo in MATLAB:

run_demo

Face alignment

cd face_detection
y = baseface('../data/obama.jpg');

5 aligned identity images are then concatenated channel-wise. See faceimg.mat for examples.

Citation

Please cite the paper below if you make use of the demo.

@InProceedings{Chung17b,
  author       = "Chung, J.~S. and Jamaludin, A. and Zisserman, A.",
  title        = "You said that?",
  booktitle    = "British Machine Vision Conference",
  year         = "2017",
}

About

You Said That?: Synthesising Talking Faces from Audio


Languages

Language:MATLAB 35.4%Language:Cuda 30.9%Language:C++ 13.7%Language:TeX 9.1%Language:Python 5.9%Language:Shell 1.9%Language:C 1.2%Language:Makefile 1.0%Language:HTML 0.4%Language:CSS 0.3%Language:JavaScript 0.0%Language:M 0.0%