I want to add more landmark points for dlib models, do I have to prepare hundreds of face sample photos and create train models from scratch? Is there any source you know that share pre-trained landmark points?
Really grateful for your reply. I am confused at how to adding more points, I am scared of adding manually one by one for thousands or images. Can you please refer a link to any tutorial?
Hey, i´m working with clm-framework and i´m wondering if its possible to track if the eyes are open and the mouth closed? Would be glad for all helpfull reply
in the purpose of face recognition, in terms of accuracy which one is better to use shape_predictor_68_face_landmarks or the shape_predictor_128_face_landmarks ?. thank you.
Hi ! can i know if there are any free facial landmarks detection libraries which use c# language? I explored and discover that i could use the Kinect. But I would prefer to use the normal webcam instead
sir, i am working in face detection and recognition project and i've used opencv and numpy to detect faces realtime in windows 10 and recognition seems to be less accurate so i have an idea of using openface to recognize faces but as per my search it can be installed in linux of osx only ,i.e i have 2 questions 1.what has to be done to use webcam in ubuntu if the os is installed in virtualbox. 2.is there any possibility that openface can be installed and used in win10.
7 лет назад
Thanks for your great work. I download D-lib and add it into my project. It worked. But I'm a mobile dev and I think the file shape_predictor_68_face_landmarks is quite heavy for a mobile app. Can we reduce the size?
I have not tried it on Android, but we made it work on iOS at more than 30 fps. The most important trick is to use the face detector provided by the OS.
Can u share the Python code for the dlib real-time facial landmark detection
Hello , I want to review the code and subscribed to get a link to download resource but I didnt get feedback, what should I do ?
Get this code from my channel
Very interesting video. Also, is there anyway to detect forehead, I want to crop the forehead part from the image. ?
how does landmark detection help us to do face recognition? if it does not, what is it really helpful for?
that's really great!!!
I want to add more landmark points for dlib models, do I have to prepare hundreds of face sample photos and create train models from scratch? Is there any source you know that share pre-trained landmark points?
You can start with the Helen Dataset that has 68 points and add more points to it. But yes, you do have to train from scratch.
Really grateful for your reply. I am confused at how to adding more points, I am scared of adding manually one by one for thousands or images. Can you please refer a link to any tutorial?
Hey, i´m working with clm-framework and i´m wondering if its possible to track if the eyes are open and the mouth closed? Would be glad for all helpfull reply
in the purpose of face recognition, in terms of accuracy which one is better to use shape_predictor_68_face_landmarks or the shape_predictor_128_face_landmarks ?. thank you.
I am using emgu cv with C#, how can i use this library ? thanks? i am having difficuties with feature detection , Thanks!
Hi ! can i know if there are any free facial landmarks detection libraries which use c# language? I explored and discover that i could use the Kinect. But I would prefer to use the normal webcam instead
I don't know of any library written in c#. dlib is written in c++. Can you not use dlib in a c# application ?
Hi! Im not sure if I could . I am intending to use this for a c# application in visual studio.
sir, i am working in face detection and recognition project and i've used opencv and numpy to detect faces realtime in windows 10 and recognition seems to be less accurate so i have an idea of using openface to recognize faces but as per my search it can be installed in linux of osx only ,i.e i have 2 questions
1.what has to be done to use webcam in ubuntu if the os is installed in virtualbox.
2.is there any possibility that openface can be installed and used in win10.
Thanks for your great work.
I download D-lib and add it into my project. It worked.
But I'm a mobile dev and I think the file shape_predictor_68_face_landmarks is quite heavy for a mobile app.
Can we reduce the size?
You can build your landmark file using a fewer number of points. The file size for a 33 points model is about 30 MB.
Ah. I see.
Thank you so much.
Hmm...
How I can find that file? I remembered that I can download it from your website. But now, I can't find it anywhere.
Can you make a tutorial to install dlib with qt
I have done this before, so let me put in my list of blogs.
Do you have an idea if dlib work in real-time on mobile (android, iOS) ?
I have not tried it on Android, but we made it work on iOS at more than 30 fps. The most important trick is to use the face detector provided by the OS.
LearnOpenCV great thank you
Sir, please can you guide me on how to implement a facial recognition system in dlib
Thank You
please, can u share a c++ code for facial landmark detection from an image.
+Muhamad Mustaghfirin It is part of dlib -- dlib.net/
Good. Nice
If you guys want to find a android version, visit
github.com/gicheonkang/Fast-Face
any feedback or suggestion is welcome ! enjoy :)
how to check it..?
Hey friend can you help me. ?? How I can get the facing direction of the person head with opencv ? can you help
?
Try this www.learnopencv.com/head-pose-estimation-using-opencv-and-dlib/
Don't listen to him! CLM framework landmark detection is way better the dlib's.