SkillAgentSearch skills...

FacialLandmark3D

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

Install / Use

/learn @takiyu/FacialLandmark3D
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated2y ago
Forks0

Languages

C++

Security Score

55/100

Audited on Jun 14, 2023

No findings