Skip to content

Sample app of Face Landmark Tracker with optical flow and Kalman Filter

Notifications You must be signed in to change notification settings

chicn/FaceTrackerSampleApp

Repository files navigation

FaceTrackerSampleApp

How to clone and build this project

$ git clone [email protected]:chicn/FaceTrackerSampleApp.git

# get dlib
$ git submodule init
$ git submodule update

# Install cocoapod & get opencv
$ bundle install --path=vendor/bundle
$ bundle exec pod install

Download dlib model from here and save and add it somewhere in this project.

$ mkdir ./vendor/dlib-model \
&&  curl -OL https://github.com/davisking/dlib-models/raw/master/shape_predictor_68_face_landmarks.dat.bz2 \
&& mv shape_predictor_68_face_landmarks.dat.bz2 ./vendor/dlib-model/ \
&& bzip2 -vd ./vendor/dlib-model/shape_predictor_68_face_landmarks.dat.bz2

About

Sample app of Face Landmark Tracker with optical flow and Kalman Filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published