-
# Facial Landmark Detection using Mediapipe
## Problem Statement
Facial landmark detection is crucial for various applications such as face recognition, emotion analysis, and augmented reality. Cu…
-
https://learnopencv.com/what-is-face-detection-the-ultimate-guide/
MediaPipe or YuNet or RetinaFace-Mobilenet
https://huggingface.co/qualcomm/MediaPipe-Face-Detection
https://huggingface.co/camen…
-
Your license is MIT but I saw 'InsightFace' in the Acknowledgements section.
Most models from InsightFace are for academic research only.
Does your tool use InsightFace libraries and models avail…
-
Documenter le fonctionnement et les données renvoyées par les différents modèles MediaPipe qui pourraient nous servir, par exemple à quoi ressemblent ces données, leur format, ce qu'elles représentent…
-
Dear author,
Thanks for sharing the excellent work.
I found that when using my personal video, there is a clear box region around the mouth in the output result, see as below:
![image](https://…
-
i am using python 3.16 version
When i try to run sse.py file after installing modules then it says module 'mediapipe' has no attribute 'solutions' and it generating an error
Traceback (most recent c…
-
Had problems with installing dependencies. after 8 painful hrs...I resolved that problem
But low and behold....new problem arrived, cuz why not...
![image](https://user-images.githubusercontent.co…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
The emotion-based music player successfully integrates deep learning and computer vi…
-
Hi
I'm trying to build a `ios_framework`. It use OpencvFramework. But I don't know how to export headers from Opencv to reuse it
My `BUILD` file
```
load("@build_bazel_rules_apple//apple:ios.bzl",…
-
Thanks for creating this guide to install mediapipe on jetson nano
While installing mediapipe on jetson, I encountered this issue in last step
The reason probably was "https://github.com/PINTO0309…