Mediapipe Head-Pose Estimation

Mediapipe Face Detection

This Space use the Apache 2.0 Licensed Mediapipe FaceLandmarker
This service offers two object detection methods:object detection using MediaPipe with a selected center point, and object detection using a trained model.
"Current MediaPipe face-landmark detection struggle with faces rotated more than 45 degrees (due to limitations in training data).
Accurate detection in MediaPipe requires correct positioning, but I don't know the exact position needed. This is a known issue
center index see mediapipe face index image
We trained the model using data generated by rotating frontal views(Flux.1 schnell). Because of this rotation, the center points might not align perfectly, potentially causing a shift in the object detection
I'll share model and dataset soon.

This is part of Mediapipe Tools Collection

Order

returened array order is same as label

move center-index and detect again(usually more accurate).recommend choose 195

0 467
0.1 1.5
For Rotation sometime differenct to mediapipe's result

number is max training angle,usually stacking is works well.slow because of etr

Image
Pages:

Images are generated with FLUX.1-schnell and licensed under the Apache 2.0 License