raaka1 / OpenFaceCpp

C++ implementation for OpenFace library by CMU.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenFaceCpp

C++ implementation for OpenFace library by CMU.

Although there are many depedencies, the repo tries to minimize manual setup steps by using hunter packaging. Currently the only package that needs to be manually setup is torch.

Install

This is a standard cmake project. Create a build directory from root, then cmake .., followed by cmake --build . should do the trick.

OpenFaceCpp currently takes an an input an xml config file. A sample is in src/OpenFaceConfig.xml. You will see a couple models are needed, they can be found in the original repo.

What's next?

I am currently working on figuring out a way to do without the lua stuff. That would be sweet.

About

C++ implementation for OpenFace library by CMU.

License:Apache License 2.0


Languages

Language:C++ 63.8%Language:CMake 14.6%Language:Lua 12.2%Language:Makefile 4.1%Language:Shell 2.7%Language:C 2.6%