hunter_eos_example icon indicating copy to clipboard operation
hunter_eos_example copied to clipboard

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

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.)

  • https://github.com/patrikhuber/eos
  • https://github.com/davisking/dlib
  • https://github.com/ruslo/hunter

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:

  • https://github.com/patrikhuber/eos/tree/master/share
  • https://github.com/davisking/dlib-models/blob/master/shape_predictor_68_face_landmarks.dat.bz2