Christopher Baker
Christopher Baker
What does running `xcode-select --print-path` give you?
I'd recommend posting an issue here: https://github.com/davisking/dlib/issues Post the results of running: ``` $ curl -LO http://dlib.net/files/dlib-19.11.tar.bz2 $ tar xvf dlib-19.11.tar.bz2 $ cd dlib-19.11 $ mkdir build $ cd build/...
https://github.com/davisking/dlib/issues/1326
I'm not getting this error. Please Provide more information about your system, IDE, etc.
Just confirming this is still an issue that I'm still not sure what's going on.
https://forum.openframeworks.cc/t/dlib-face-recognition-detect-faces-from-multiple-images/26640/6?u=bakercp
Yes! The magic wrappers. On Thu, Dec 3, 2020, 2:18 PM Stephan Schulz wrote: > found it ! :) > > https://github.com/bakercp/ofxDlib/blob/master/example_dlib_dnn_cars/src/ofApp.cpp#L38 > > — > You are receiving this...
Also, to cross reference, this moves #14 forward.
Sorry for the slow merge on this one. Let me know when it's ready to merge.
Yeah! Absolutely pull request. For organizational purposes, I'm trying to keep anything prefixed with `example_dlib_*` to be pretty much a direct translation of the original dlib examples. I don't yet...