What is Face Detection? - The Ultimate Guide for 2022

Поділитися
Вставка
  • Опубліковано 26 січ 2025

КОМЕНТАРІ • 11

  • @timjach401
    @timjach401 2 роки тому +1

    I found this very helpful, thankyou you for explaining this.

  • @MaahirOp2012
    @MaahirOp2012 17 днів тому

    How to use it
    Please tell😢me

  • @sanjanaroy4110
    @sanjanaroy4110 Рік тому +1

    Very helpful, thank you very much for explaining this

  • @yousefunfiltered
    @yousefunfiltered Рік тому

    amazing video, i just had a few question:
    1)does mediapipe and yunet provide facial landmarks like retinaface and mtcnn?
    2)I am doing a surveillance based application on wide view surveuillance cameras so i used retinaface but it is too slow for real time use, can you provide the code or repo for using it on GPU please
    3)do you have any tips for my use case, it is for my graduation project and I would really appreciate it

    • @yousefunfiltered
      @yousefunfiltered Рік тому

      in the blog post, the retinaface code you provided was for DSFD, not retinaface

  • @alfarqi
    @alfarqi 2 роки тому +1

    i am wondering why yolo7 is not part of all these models?

    • @LearnOpenCV
      @LearnOpenCV  2 роки тому +1

      Yolov7 is an object Detection model that supports 80 classes. One of the classes is the person class but there is no face class in YOLOv7. These models are specific to Face Detection. I hope that answers your question.

    • @alfarqi
      @alfarqi 2 роки тому +1

      @@LearnOpenCV thats right but from my search i found yolo5face and yolo7face as latest version

    • @LearnOpenCV
      @LearnOpenCV  2 роки тому

      This is not an exhaustive list of face detection models by any means. More models will be tested and added to the blog post over time. Feel free to let us know in the comments for us to include any other models.

    • @ВладимирБондаренко-л7д
      @ВладимирБондаренко-л7д Рік тому

      We have trained YoloV7 to detect faces (among peaople, cars and animals), and it worked considerably well, comparably with YuNet, though a little worse for small faces, due to yolov7 specifics. Although, Yunet also gives you 5 facial keypoints for face alignment, while yolo cannot do this@@LearnOpenCV