Facial Landmark Detection

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

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

  • @pranavpks
    @pranavpks 8 лет назад +8

    Can u share the Python code for the dlib real-time facial landmark detection

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

    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 ?

  • @Afterschooltime
    @Afterschooltime 7 лет назад

    Very interesting video. Also, is there anyway to detect forehead, I want to crop the forehead part from the image. ?

  • @abdullahmohammed4737
    @abdullahmohammed4737 5 лет назад

    how does landmark detection help us to do face recognition? if it does not, what is it really helpful for?

  • @VFXKitchen
    @VFXKitchen 9 лет назад +2

    that's really great!!!

  • @chauvu8x
    @chauvu8x 7 лет назад

    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?

    • @LearnOpenCV
      @LearnOpenCV  7 лет назад

      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.

    • @chauvu8x
      @chauvu8x 7 лет назад

      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?

  • @cani600
    @cani600 6 лет назад

    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

  • @hhakobyan
    @hhakobyan 7 лет назад

    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.

  • @tranglethi5031
    @tranglethi5031 6 лет назад

    I am using emgu cv with C#, how can i use this library ? thanks? i am having difficuties with feature detection , Thanks!

  • @farhanothman4995
    @farhanothman4995 8 лет назад

    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

    • @SatyaMallick
      @SatyaMallick 8 лет назад

      I don't know of any library written in c#. dlib is written in c++. Can you not use dlib in a c# application ?

    • @farhanothman4995
      @farhanothman4995 8 лет назад

      Hi! Im not sure if I could . I am intending to use this for a c# application in visual studio.

  • @sathiyanarayanan8060
    @sathiyanarayanan8060 7 лет назад

    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?

    • @LearnOpenCV
      @LearnOpenCV  7 лет назад

      You can build your landmark file using a fewer number of points. The file size for a 33 points model is about 30 MB.

    •  7 лет назад

      Ah. I see.
      Thank you so much.

    •  7 лет назад

      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.

  • @darthhayabusa
    @darthhayabusa 7 лет назад

    Can you make a tutorial to install dlib with qt

    • @LearnOpenCV
      @LearnOpenCV  7 лет назад +1

      I have done this before, so let me put in my list of blogs.

  • @mineAyari
    @mineAyari 7 лет назад

    Do you have an idea if dlib work in real-time on mobile (android, iOS) ?

    • @LearnOpenCV
      @LearnOpenCV  7 лет назад

      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.

    • @mineAyari
      @mineAyari 7 лет назад

      LearnOpenCV great thank you

  • @srinidhibhat3955
    @srinidhibhat3955 8 лет назад

    Sir, please can you guide me on how to implement a facial recognition system in dlib
    Thank You

  • @muhamadmustaghfirin9786
    @muhamadmustaghfirin9786 8 лет назад

    please, can u share a c++ code for facial landmark detection from an image.

    • @SatyaMallick
      @SatyaMallick 8 лет назад

      +Muhamad Mustaghfirin It is part of dlib -- dlib.net/

  • @cartoonfun5922
    @cartoonfun5922 7 лет назад +1

    Good. Nice

  • @wow-gm5mn
    @wow-gm5mn 7 лет назад

    If you guys want to find a android version, visit
    github.com/gicheonkang/Fast-Face
    any feedback or suggestion is welcome ! enjoy :)

  • @raf.nogueira
    @raf.nogueira 7 лет назад

    Hey friend can you help me. ?? How I can get the facing direction of the person head with opencv ? can you help
    ?

    • @LearnOpenCV
      @LearnOpenCV  7 лет назад +1

      Try this www.learnopencv.com/head-pose-estimation-using-opencv-and-dlib/

  • @itaygal8264
    @itaygal8264 6 лет назад

    Don't listen to him! CLM framework landmark detection is way better the dlib's.