FacialLandmark3D
Sample program of 2D landmark back-projection onto 3D geometry.
Install / Use
/learn @takiyu/FacialLandmark3DREADME
Facial Landmark 3D
Sample program of 2D landmark back-projection onto 3D geometry.
How to run.
git clone https://github.com/takiyu/FacialLandmark3D
cd FacialLandmark3D
git submodule update --init --recursive
mkdir build && cd build
cmake ..
make
./bin/main

To use 68 points landmark
- Download shape_predictor_68_face_landmarks.dat.bz2
- Extract it under
datadirectory. - Modify
main.cpp.

