Skip to content

kokarare1212/OpenVAFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .