Skip to content

Simple EOS example (deformable face mesh fitting) using dlib detection + landmarks with the hunter package manager.

License

Notifications You must be signed in to change notification settings

headupinclouds/hunter_eos_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hunter_eos_example

Simple EOS example (deformable face mesh fitting) using dlib detection + landmarks with the hunter package manager. This avoids the need to install dependencies (the eos and dlib model files still need to be downloaded.)

Quick start:

Choose a working directory:

cd /tmp

Clone the sample app:

git clone https://github.com/headupinclouds/hunter_eos_example.git
cd hunter_eos_exmaple

Build via cmake:

cmake -H. -B_builds -DHUNTER_STATUS_DEBUG=ON -DCMAKE_BUILD_TYPE=Release

Or using polly toolchains (see: https://github.com/ruslo/polly.git)

TOOLCHAIN=xcode # or one for iOS, Android, etc
polly.py --toolchain $TOOLCHAIN --verbose --config Release --install --reconfig --open --fwd HUNTER_CONFIGURATION_TYPES=Release

example

Download models:

About

Simple EOS example (deformable face mesh fitting) using dlib detection + landmarks with the hunter package manager.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published