Face Recognition using Dlib [closed]

asked 2017-06-22 02:04:22 -0600

beta gravatar image

updated 2017-06-22 02:04:49 -0600

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?

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by berak
close date 2017-06-22 02:06:35.430901

Comments

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

berak gravatar imageberak ( 2017-06-22 02:12:41 -0600 )edit

Thanks berak! But I was looking for python example. It seems we still don't have python option for face recognition in Dlib

beta gravatar imagebeta ( 2017-06-22 02:20:44 -0600 )edit

yea, true. and if you look at the c++ example (templates all over), it's kinda unlikely, that it will happen in the future.

berak gravatar imageberak ( 2017-06-22 02:23:36 -0600 )edit

Thanks Berak! This information is also useful. Now I can try other options.

beta gravatar imagebeta ( 2017-06-22 02:25:52 -0600 )edit