Skip to content

yankwi/OpenFaceCpp

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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