-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tbb can improve face detection speed ? #5
Comments
CLM is really good, I am using it on OSX now w/ dlib and it's great (esp when combined with this CLAHE http://imagej.net/Enhance_Local_Contrast_(CLAHE)) . It requires a ton of additional libraries so I'm not entirely sure how to share it / package it... |
ps: I like it also b/c ofxFaceTracker hates my beard, HoG from dlib and CLM are much more forgiving... used it for a mask project (there's some videos on my ig page https://www.instagram.com/zach.lieberman/)... it tracks great in all kinds of adverse lighting conditions. |
Hey @ofZach thanks for these tips. I'll give em a try! |
cmusatyalab/openface#85 (comment)
have you heard about the CLM-framework (a.k.a Cambridge Face Tracker)?
This post says it can make the dlib face tracker even better.
But i am not sure how much better and if this only works on windows.
I tried to add it to the ofxDLib. After adding CLM-framework-master/lib/3rdParty/tbb/include/tbb to ofxDLib/libs these compile errors:
https://gist.github.com/antimodular/883ce91beef094d7fe5d34250c661823
in general the CLM-framework seems very interesting:
https://www.youtube.com/watch?v=V7rV0uy7heQ&feature=youtu.be
The text was updated successfully, but these errors were encountered: