google-ai-edge / mediapipe

Cross-platform, customizable ML solutions for live and streaming media.
https://mediapipe.dev
Apache License 2.0
26.41k stars 5.07k forks source link

Is it possible to manually map face landmarks for images where mediapipe doesn't detect them at all? #5519

Open antongonz opened 1 month ago

antongonz commented 1 month ago

Hi all,

I have some difficult images where mediapipe is not detecting the face landmarks. If I lower the thresholds and increase the image brightness, it detects landmarks, but they are not accurate. Is there any method where I could use python code in some way to add all 478 points to an existing image I have?

Thanks!

Ashlin-Gov commented 1 month ago

I have been experiencing a similar issue with the face detection.

Any idea when the full range models will be released?