Questions tagged [face-landmark]
6 questions
1
vote
0 answers
How to use Mediapipe face mesh for Face transformation
Using Mediapipe Face landmark detection we can get 3D face landmarks and a mesh. But is it possible to use it to "transform" and change facial landmarks? Say can we use that to make the eye bigger or the nose smaller?
import mediapipe as…

angel_30
- 19
- 2
0
votes
0 answers
Mediapipe without Face detector is Possible?
Is there a way to operate only the face mesh without the face detector in the face feature detection guide? (https://developers.google.com/mediapipe/solutions/vision/face_landmarker/python)
As a face detector, I want to use the model I developed,…
0
votes
0 answers
How to write mediapipe face mesh 468 landmarks into FBX file format using Python?
I want to write or store mediapipe face landmarks to a FBX file format.
I have tried with multiple way like using fbx, pyfbx and python fbx sdk but not a single library gives me a correct results, I have to use python version 3.7 or above for my…

Aishwarya
- 1
- 2
0
votes
0 answers
Is it possible to control a 3D face model in real-time using face landmark detection technology in Python, such as Mediapipe Face Mesh or DLib?
I want to control a 3D face model (.obj, .ply, .vrm ...) in real-time using the face landmark (or face mesh) positions obtained by face landmark detection technology in python(mediapipe face mesh, dlib, opencv...), but I can't find the relevant way…

Q Q
- 1
0
votes
2 answers
Detect whole face through MLKit in Android
I am using MLKit for face detection, it is working fine. But there is a use case in which I am getting trouble.
MLKit is too Fast, it can detect half face too.
I want to detect whole face, I want to know whether there is the complete face in the…

Faizan Ahmad
- 352
- 4
- 20
0
votes
0 answers
How to get 2D face landmarks from ARCore face mesh?
I am using the ARCore android SDK. It provides the 468 3D vertices relative to the center pose of the face with units in meters.
But when I tried to something else on the corresponding CPU image via frame.acquireCameraImage(), I need the 2D face…

Robin
- 10,052
- 6
- 31
- 52