Face Recognition using Dlib [closed]
Hi,
I know this exactly not an Dlib forum. But since most of the people who visited this site have experience with image processing, so thought might get some help here.
I'm working on face recognition in a video file or real-time. In Opencv, there's an option like "createLBPHFaceRecognizer
" (we have couple of others in OpenCV) to train on our images before prediction. My question is, is there similar functionality in Dlib to train on images before prediction on new image?
nonetheless: http://vis-www.cs.umass.edu/lfw/resul... (though that seems to be more verification (same or not), not identification (who is it) as in opencv
Thanks berak! But I was looking for python example. It seems we still don't have python option for face recognition in Dlib
yea, true. and if you look at the c++ example (templates all over), it's kinda unlikely, that it will happen in the future.
Thanks Berak! This information is also useful. Now I can try other options.