ofxFaceTracker2
ofxFaceTracker2 copied to clipboard
won't compile - doesn't work due to many issues...
1/ install script for model doesn't work. manual download needed.
2/ dlib cannot be found because includes are wrong/files in wrong place. Move dlib so it can be found, results in tons of compile errors like: /addons/ofxFaceTracker2/src/ofxFaceTracker2Landmarks.cpp:132:13: Use of undeclared identifier 'gym'
of0.9.8 osx 10.11.6 xcode 7.2.
Not 'gym' but 'glm'?
glm is a linear algebra library adopted from 0.10.0. Checkout #df2435f or try using 0.10.1.