Open Source Virtual Avatar Face Tracking
Click here for the latest version.
- Windows 10
- CMake
- Microsoft Visual C++
- Qt6
- Cubism SDK for Native
- glew
- OpenCV
- shape_predictor_68_face_landmarks.dat
lib┬─cubism (Cubism SDK for Native)
├─dlib
├─glew (glew)
├─opencv (OpenCV)
└─stb
res──shape_predictor_68_face_landmarks.dat
git clone https://github.com/kokarare1212/OpenVAFT
cd OpenVAFT
mkdir build
cd build
cmake .. -G Ninja -DCMAKE_BUILDTYPE=Release
cmake --build .