Christopher Baker
Christopher Baker
@genekogan Since darknet is obviously really impressive -- I spent quite a while trying to get darknet into a reliable form for my students (and I got close using ofxDarknet)...
Hi all, see the seamless dlib / ofPixel example in the https://github.com/bakercp/ofxDlib/tree/master/example_image. There are still some template cleanup things I want to do, but it's getting close and basically you...
I'm in the process now of converting the rest of my examples to using native `ofPixels` / etc. At some point in the near future I'll also add support for...
Hi all, lots of updates in the develop branch. See `example_bridge_of_to_dlib` and `example_bridge_of_to_dlib_direct` for examples of direct wrapping. @HalfdanJ My branch of ofxFaceTracker2 uses ofxDlib library now.
This may be because when boostrap.sh compiled dlib, it used cmake, which probably automatically found an install of giflib on your machine (usually installed via macports or homebrew). Then when...
Alternatively, it's been a while since I updated the master branch. I'd recommend trying the develop branch.
See #30 #31
what version of Xcode / command line tools / macOS are you using?
Hmm. I think it is an Xcode 9.3 issue. I haven't tested it with that (and dlib cmake scripts may not yet be compatible). Can you try compiling dlib alone:...
OK. Good to know. Keep me posted.