Questions tagged [face-mesh]
8 questions
0
votes
0 answers
Is it possible to use face landmark solution from Mediapipe to generate face mesh in Android java project independently?
I'm working on a face tracking application (Android studio / Java) and I need to identify face landmarks and show face mesh's specific points. I'm interested using Mediapipe face mesh solution. The problem is: I use Windows OS, and Mediapipe is not…
0
votes
0 answers
I want to map tensorflowjs facial detection data to 3d chracter in javascript
i want to use webcam and animate 3d chracter's face's lips,eyes and expressions according to data coming from webcam.
I am unable to find anything to start.
0
votes
0 answers
How we can write the LandmarkSmoothingCalculator for face mesh
I am working on mediapipe face mesh, I am able to get 468 landmarks for face , but the mesh I am getting is very jittering i.e shaking, I have tried different methods such as smoothing factor, averaging the landmark etc but not looking any…
user15320062
0
votes
0 answers
Export face images after landmark generation from MediaPipe-Python and Google Colab
I recently took the code from MediaPipe to generate a face mesh landmark from emotional face images (RAVDESS data). However, I seem to struggle in exporting generated face mesh landmark data in the form of PNG. I'm also doing this from Google…
0
votes
0 answers
face mesh can combine with stacked hourglass in coding
Normally , I understand Face mesh is based on spatial transformer algorithm and produce matric value
plot 468 landmarks for 3D image on face
Hourglass is based on CNN algorithm and produce 68 landmarks for face image
I would like to add face mesh…

Xein27
- 1
- 1
0
votes
0 answers
How to reduce jittering in mediapipe face mesh?
How to reduce jittering in mediapipe face mesh ?
I am using mediapipe face mesh for getting face landmarks to generate a point cloud from those landmarks, but I am facing jittering issue in mediapipe face_mesh. Can you help me to solve this issue?
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
-1
votes
0 answers
face detection using java and Facemesh
Currently, I am developing an Android app with Java that uses face mesh and has to detect faces and face points in real time. Now the problem is that there are many resources for other cases like OpenCV but for mace mesh I am even confused about how…

user22455476
- 1
- 1