Python Face Detection and Face Mesh (python OpenCV & MediaPipe package)

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

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

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

    This is an Excellent tutorial!! Thank you so much!

  • @vinsmoke.sanji.4
    @vinsmoke.sanji.4 Год назад

    thank you for your video
    how can I use mashs to train module for face recognition solutions ?

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

    Muy bueno!!.
    El FaceMesh(refine_landmarks=True) no debería estar afuera del While?

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

    hi i want to know how to save detected face mesh into obj or fbx format

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

    I get this issue: import mediapipe as mp
    ModuleNotFoundError: No module named 'mediapipe'

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

    👏👏

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

      Thank you Milad. It's Nice of You.

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

    line 12
    img = cv2.cvtColor(img,cv2.COLOR_BGR2RGB)
    ^
    IndentationError: unindent does not match any outer indentation level
    how to resolv this