Skip to content

Sample program of 2D landmark back-projection onto 3D geometry.

Notifications You must be signed in to change notification settings

takiyu/FacialLandmark3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

ScreenShot

To use 68 points landmark

  1. Download shape_predictor_68_face_landmarks.dat.bz2
  2. Extract it under data directory.
  3. Modify main.cpp.

ScreenShot68

About

Sample program of 2D landmark back-projection onto 3D geometry.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages