Face Landmark Detection using dlib - Python OpenCV

  Рет қаралды 39,280

Misbah Mohammed

Misbah Mohammed

Күн бұрын

Пікірлер: 62
@udithkrishna8322
@udithkrishna8322 4 жыл бұрын
Both of your codes are perfect. Easy to execute. Thank you very much Misbah
@19daredevill
@19daredevill 4 жыл бұрын
Thank you. I'm glad it worked for you.
@amysmith1024
@amysmith1024 3 жыл бұрын
Im trying to use this code but i'm getting the following error, can you please tell me why? I think I might ned to use an older version of dlib? RuntimeError Traceback (most recent call last) in () 3 hog_face_detector = dlib.get_frontal_face_detector() 4 ----> 5 dlib_facelandmark = dlib.shape_predictor(shape_predictor_68_face_landmarks.dat) RuntimeError: Unexpected version found while deserializing dlib::shape_predictor.
@mahmouds-nw6jz
@mahmouds-nw6jz 4 ай бұрын
I faced the same issue
@pratikjugantmohapatra18
@pratikjugantmohapatra18 3 жыл бұрын
SIR ,,THE DATA FILE (.DAT) IS NOT OPENING IN WINDOWS .PLEASE HELP????????????????????????????????????????????
@robertviragh6527
@robertviragh6527 Жыл бұрын
unbelievably cool, worked perfectly first time. awesome!!!
@shashankdevadiga2646
@shashankdevadiga2646 Жыл бұрын
what to do with the dowloaded dat file?
@sulthan7207
@sulthan7207 Жыл бұрын
How do you do that? I already unzip the file but it doesn't works, also i tried give it a path, still it give me error
@hanumanthuanil1788
@hanumanthuanil1788 3 жыл бұрын
Runtime error:- unable to open" shape_predictor_68_face_landmark.dat"... getting like this. Then wt shd I do??
@paramkhurana5578
@paramkhurana5578 3 жыл бұрын
I am getting the same error issue? Were you able to resolve it? Thanks!
@youssefgamal1926
@youssefgamal1926 3 жыл бұрын
download this file and source code from my channel ..this is work
@muhammadsyafiq98
@muhammadsyafiq98 Жыл бұрын
i have issues with "unable to open shape_predictor_68_face_landmarks.dat". help me please
@deepthiacharya9991
@deepthiacharya9991 9 ай бұрын
Same issue, Did you got the solution?
@RukmoddinPatel-bs2lq
@RukmoddinPatel-bs2lq Жыл бұрын
On which IDE u r running the code
@shanlk366
@shanlk366 Жыл бұрын
cant we di this to images ?
@pratikjugantmohapatra18
@pratikjugantmohapatra18 3 жыл бұрын
the data set id=s not avalable in github.....please fix it
@ahmadxrizvi
@ahmadxrizvi 9 ай бұрын
I want to classify face shape for a school project but no one in my team knows ml, can you please guide me?
@iamrrricardo
@iamrrricardo 2 жыл бұрын
I would like to know about the get front face detector and shape predictor. what is the face detection tenique that get front face detector use? thank you!
@saipraneeth9064
@saipraneeth9064 3 жыл бұрын
the data file is in binary we cant execute it..please send the raw file
@sefalumar
@sefalumar 4 жыл бұрын
Thanks for the tutorial it ist great for a quik overview!!
@tanmaybhikar391
@tanmaybhikar391 3 жыл бұрын
I am getting error in hogtoch front face line Can you please help in that
@devamdhingra678
@devamdhingra678 2 жыл бұрын
use of .dat file what does it contain?
@ibrahimcekirri3790
@ibrahimcekirri3790 3 жыл бұрын
Thank you for the video! What do you suggest for masked faces ? To detect and get the distance between them ?
@youknowwho30
@youknowwho30 Жыл бұрын
Hey , I'm working on the same thing. Did you figure out how to get distance between two points?
@charlottehuynh1316
@charlottehuynh1316 2 жыл бұрын
hey Misbah, thanks for your tutorial!! I'm running into an error of saying "module dlib has no attribute get_frontal_face_detector". I searched for solutions but still stuck. Any suggestion from your side?
@subramanyam2699
@subramanyam2699 Жыл бұрын
Download the file from my comment bellow and place it in the same forlder where the python file exit. Bcz that file is reffered in the code as well.
@manzuree9904
@manzuree9904 2 жыл бұрын
thank you so much for the video ! but how can i run or open the . dat file ?
@eulamieraz4383
@eulamieraz4383 3 жыл бұрын
Hi, I'm just starting to learn python, where to find the command line that you mentioned?
@prabhum4502
@prabhum4502 3 жыл бұрын
Windows+R and type cmd then click ok command prompt will be opened
@pratyaypoddar3094
@pratyaypoddar3094 3 жыл бұрын
Can you say which software do you use
@shivambansal3560
@shivambansal3560 4 жыл бұрын
Really appreciable work !! I'm troubling with dataset extension and type of dataset... Could you help me with this?
@19daredevill
@19daredevill 4 жыл бұрын
Sure, what's the error or issue
@shivambansal3560
@shivambansal3560 4 жыл бұрын
@@19daredevill dlib_facelandmark = dlib.shape_predictor("/content/drive/MyDrive/Colab Notebooks/NN_dataset/shape_predictor_68_face_landmarks.dat") RuntimeError: Unexpected version found while deserializing dlib::shape_predictor.
@Arun_Kumar_x86
@Arun_Kumar_x86 4 жыл бұрын
@@shivambansal3560 did u solve it? i have the same issue
@harjeetsinghgoldy1
@harjeetsinghgoldy1 4 жыл бұрын
@@shivambansal3560 you forgot to unzip the zip file... enjoy :P
@harjeetsinghgoldy1
@harjeetsinghgoldy1 4 жыл бұрын
Unzip the file first :)
@pritam6287
@pritam6287 3 жыл бұрын
sir, first of all, thanks for the explanation. This video is helpful for me to understand the concept of the drowsiness detection system as well as the eye aspect ratio. But sir I got an error that unable to open shape_predictor_68_face_landmark.dat. what should I do sir?
@19daredevill
@19daredevill 3 жыл бұрын
Hi, you may be missing the model file. See if you are missing any steps from the video. Let me know at what step you ran into that issue. thanks.
@pritam6287
@pritam6287 3 жыл бұрын
@@19daredevill no sir, i am not missing any step from the video. But still i got error that unable to open 'shape_predictor_68_face_landmarks.dat'
@Mohseeeenx111
@Mohseeeenx111 3 жыл бұрын
@@pritam6287 give path to your predictor.
@pritam6287
@pritam6287 3 жыл бұрын
@@Mohseeeenx111 C:\Users\pritam pravin muli\Desktop\program\shape_predictor
@sreejithshr6525
@sreejithshr6525 3 жыл бұрын
@@pritam6287 sir i too got the same problem does the path worked?
@aryamehta007007
@aryamehta007007 3 жыл бұрын
Can make a video on how i can use dlib in matlab ?
@sooryabalachandran4855
@sooryabalachandran4855 Жыл бұрын
Which IDE can be used?
@FauziNomad
@FauziNomad 9 ай бұрын
VS Code/ PyCharm
@purnimayadav9509
@purnimayadav9509 3 жыл бұрын
Hey Misbah! Great video, it really helped me a lot. Quick question: Im getting error in this line: gray_images = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY) it says error: OpenCV(4.1.2) /io/opencv/modules/imgproc/src/color.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor' Can u help plz!? I'm using google colab and have uploaded the predictor file as well.
@harishchandra.medikonda
@harishchandra.medikonda 2 жыл бұрын
same problem
@kevinlema6024
@kevinlema6024 2 жыл бұрын
they found the solution?
@nitisarath
@nitisarath 2 жыл бұрын
any one know how to draw lines between the dots
@manzuree9904
@manzuree9904 2 жыл бұрын
did you find out how ? i really need this for my project
@nitisarath
@nitisarath 2 жыл бұрын
@@manzuree9904 Nope i ended up changing my project sorry man
@Mohseeeenx111
@Mohseeeenx111 3 жыл бұрын
(, RuntimeError('Unexpected version found while deserializing dlib::shape_predictor.'), ) im getting this error
@19daredevill
@19daredevill 3 жыл бұрын
Some library seems to be incompatible. Are you using the same setup as mine
@Mohseeeenx111
@Mohseeeenx111 3 жыл бұрын
@@19daredevill yes sir
@bhushamjayalakshmi5507
@bhushamjayalakshmi5507 3 жыл бұрын
Bro can you write code in matlab
@deekshagupta3786
@deekshagupta3786 3 жыл бұрын
hey can u tell me where can i find the ppt on this becoj u said Matlab i got the online ppt in Matlab but since i m using his code so where can i found this?
@ferozmohammad7721
@ferozmohammad7721 3 жыл бұрын
Landmark detection is not happening with all partss..only jaw line is happening
@alessandrosantilli3277
@alessandrosantilli3277 2 жыл бұрын
you saved me😃
@saidoudaha1657
@saidoudaha1657 4 жыл бұрын
thanks
OpenCV Python TUTORIAL #4 for Face Recognition and Identification
1:06:24
CodingEntrepreneurs
Рет қаралды 810 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
C4W3L02 Landmark Detection
5:57
DeepLearningAI
Рет қаралды 90 М.
Detect 468 Face Landmarks in Real-time | OpenCV Python | Computer Vision
39:34
Murtaza's Workshop - Robotics and AI
Рет қаралды 185 М.
AI Face Body and Hand Pose Detection with Python and Mediapipe
42:55
Nicholas Renotte
Рет қаралды 144 М.
How to Make a Real Diamond - (Not Clickbait)
8:51
JerryRigEverything
Рет қаралды 1,6 МЛН
Installing dlib Python on Windows  (Anaconda)
7:28
Siddharth Sharma
Рет қаралды 26 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН