Face Landmark Detection using dlib - Python OpenCV

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024

Комментарии • 64

  • @adityamahilane5709
    @adityamahilane5709 2 года назад +6

    Unable to open shape_predictor_68_landmark.dat
    What should i do ? i have been frustrated for 1 week

    • @deepthiacharya9991
      @deepthiacharya9991 6 месяцев назад +1

      Same problem😢. Can you say what did you do?

  • @udithkrishna8322
    @udithkrishna8322 3 года назад +4

    Both of your codes are perfect. Easy to execute. Thank you very much Misbah

    • @19daredevill
      @19daredevill  3 года назад +1

      Thank you. I'm glad it worked for you.

  • @amysmith1024
    @amysmith1024 3 года назад +4

    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.

  • @robertviragh6527
    @robertviragh6527 Год назад +1

    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

  • @ibrahimcekirri3790
    @ibrahimcekirri3790 2 года назад +2

    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?

  • @sefalumar
    @sefalumar 4 года назад +2

    Thanks for the tutorial it ist great for a quik overview!!

  • @hanumanthuanil1788
    @hanumanthuanil1788 3 года назад +2

    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 Год назад +1

    i have issues with "unable to open shape_predictor_68_face_landmarks.dat". help me please

  • @pratikjugantmohapatra18
    @pratikjugantmohapatra18 3 года назад +1

    SIR ,,THE DATA FILE (.DAT) IS NOT OPENING IN WINDOWS .PLEASE HELP????????????????????????????????????????????

  • @RukmoddinPatel-bs2lq
    @RukmoddinPatel-bs2lq Год назад +1

    On which IDE u r running the code

  • @charlottehuynh1316
    @charlottehuynh1316 2 года назад +1

    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.

  • @eulamieraz4383
    @eulamieraz4383 3 года назад +1

    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

  • @ahmadxrizvi
    @ahmadxrizvi 5 месяцев назад

    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!

  • @pratikjugantmohapatra18
    @pratikjugantmohapatra18 3 года назад

    the data set id=s not avalable in github.....please fix it

  • @shivambansal3560
    @shivambansal3560 3 года назад +2

    Really appreciable work !!
    I'm troubling with dataset extension and type of dataset... Could you help me with this?

    • @19daredevill
      @19daredevill  3 года назад +2

      Sure, what's the error or issue

    • @shivambansal3560
      @shivambansal3560 3 года назад +2

      @@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 3 года назад

      @@shivambansal3560 did u solve it? i have the same issue

    • @harjeetsinghgoldy1
      @harjeetsinghgoldy1 3 года назад

      @@shivambansal3560 you forgot to unzip the zip file... enjoy :P

    • @harjeetsinghgoldy1
      @harjeetsinghgoldy1 3 года назад

      Unzip the file first :)

  • @manzuree9904
    @manzuree9904 2 года назад

    thank you so much for the video !
    but how can i run or open the . dat file ?

  • @saipraneeth9064
    @saipraneeth9064 2 года назад

    the data file is in binary we cant execute it..please send the raw file

  • @pritam6287
    @pritam6287 3 года назад +2

    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 года назад +1

      @@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'

    • @dosanimohsin2174
      @dosanimohsin2174 3 года назад

      @@pritam6287 give path to your predictor.

    • @pritam6287
      @pritam6287 3 года назад

      @@dosanimohsin2174 C:\Users\pritam pravin muli\Desktop\program\shape_predictor

    • @sreejithshr6525
      @sreejithshr6525 3 года назад

      @@pritam6287 sir i too got the same problem does the path worked?

  • @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.

  • @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?

  • @pratyaypoddar3094
    @pratyaypoddar3094 3 года назад

    Can you say which software do you use

  • @shanlk366
    @shanlk366 Год назад

    cant we di this to images ?

  • @aryamehta007007
    @aryamehta007007 3 года назад

    Can make a video on how i can use dlib in matlab ?

  • @sooryabalachandran4855
    @sooryabalachandran4855 Год назад

    Which IDE can be used?

    • @FauziNomad
      @FauziNomad 6 месяцев назад

      VS Code/ PyCharm

  • @ferozmohammad7721
    @ferozmohammad7721 3 года назад

    Landmark detection is not happening with all partss..only jaw line is happening

  • @alessandrosantilli3277
    @alessandrosantilli3277 2 года назад

    you saved me😃

  • @dosanimohsin2174
    @dosanimohsin2174 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

    • @dosanimohsin2174
      @dosanimohsin2174 3 года назад

      @@19daredevill yes sir

  • @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

  • @saidoudaha1657
    @saidoudaha1657 3 года назад

    thanks

  • @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?