ofxFaceTracker2 icon indicating copy to clipboard operation
ofxFaceTracker2 copied to clipboard

won't compile - doesn't work due to many issues...

Open steeley opened this issue 7 years ago • 1 comments

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.

steeley avatar Feb 13 '18 12:02 steeley

Not 'gym' but 'glm'?

glm is a linear algebra library adopted from 0.10.0. Checkout #df2435f or try using 0.10.1.

tobetchi avatar Aug 02 '19 09:08 tobetchi