Skip to content

Latest commit

 

History

History
35 lines (35 loc) · 1.37 KB

README.md

File metadata and controls

35 lines (35 loc) · 1.37 KB

License Codacy Badge

OpenVAFT

Open Source Virtual Avatar Face Tracking

application

Download

Click here for the latest version.

Tested Platform

  • Windows 10

Build Requirements

Placing Directories

lib┬─cubism (Cubism SDK for Native)
   ├─dlib
   ├─glew (glew)
   ├─opencv (OpenCV)
   └─stb
res──shape_predictor_68_face_landmarks.dat

Build

git clone https://github.com/kokarare1212/OpenVAFT
cd OpenVAFT
mkdir build
cd build
cmake .. -G Ninja -DCMAKE_BUILDTYPE=Release
cmake --build .