Skip to content

jiangwqcooler/face-landmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

face-landmark-localization

This is a project predict face landmarks (68 points).

  • Model Size : 3.3MB.
  • Speed : 5ms per face on i5-2.7GHz CPU.

Install

  • caffe
  • dlib face detector
  • add dlib.so to your project lib path
  • add face_lardmark.cpp to your caffe project example folder
  • opencv

Usage

  • Command : ./face_lardmark

notice

  • This model was trained on dlib face detector. Other face detector may not get landmark result as good as dlib

Result

About

caffe 68 points face-landmark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%