Skip to content

Toolkit capable of facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation

Notifications You must be signed in to change notification settings

antimodular/ofxOpenFace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxOpenFace

Toolkit capable of facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.

Description

This addon for openFrameworks implements the face detection and face landmark detection algorithm from openFace. We hope the addon is similar to ofxFaceTracker and ofxFaceTracker2.

The addon is able to:

  • receive any ofImage, ofPixel or cv::Mat
  • find all faces
  • collect all landmarks and provide their 2D and 3D points
  • label each face with an id
  • provide the age of each label
  • for tracking the faces over consecutive frame we use Kyle’s ofxCv tracker

Check the wiki for more instruction: https://github.com/antimodular/ofxOpenFace/wiki

About

Toolkit capable of facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages