Skip to content

headupinclouds/facelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facelab

face filter sandbox

TRAVIS: Build Status

APPVEYOR: Build status

LICENSE

This SW is released under both 3-clause BSD and Boost licenses. Note that this SW uses OpenCV. Please see relevant license files for that project.

HOWTO

Install latest Polly toolchains and scripts for cmake (not needed but very easy)

wget https://github.com/ruslo/polly/archive/master.zip
unzip master.zip
POLLY_ROOT="`pwd`/polly-master"
export PATH="${POLLY_ROOT}/bin:${PATH}"

Build

build.py --toolchain libcxx --install --reconfig --verbose

Configure: Download 3rdparty resource files

./bin/configure.sh

Test face filter:

./bin/filter.sh /my/path/to/some/face/image.jpg
open /tmp/cartoon.jpg

Sample build commands

polly.py --toolchain ios-9-2 --verbose --install --reconfig --config Release polly.py --toolchain libcxx --verbose --install --reconfig --config Release