7 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
0
answers
140
views
Distance between facial landmarks changes with head rotation using MediaPipe Face Landmarks and Three.js
I'm using the @mediapipe/tasks-vision library to extract 3D face landmarks in a browser-based application and trying to measure the distance between two specific points: landmark 143 and landmark 372 (...
0
votes
1
answer
297
views
FaceMesh is not a constructor
I am using mediapipe/face_mesh in a react project. It's working perfectly fine in development but giving an error facemesh is not a constructor when I render build folder or I put it in Production.
...
1
vote
0
answers
162
views
Cannot read properties of undefined (reading 'mediapipeFacemesh') on my wordpress plugin using tensorflow.js
I have this code to superimpose an image on the face detected by he camera.
The camera is opened but the image is fixed at the top, I want it to be dynamic between the eyes of the face.
When I open ...
0
votes
1
answer
635
views
Mediapipe face mesh doesn't detect the face when it is cropped(just the face) using bounding box generated via mediaipipe
So i have been trying to detect and crop the face using mediapipe facemesh landmark points to calculate a bounding box .But when I ran the cropped image through the mediapipe it doesn't detect the ...
1
vote
0
answers
274
views
How to build custom mediapipe python model i.e. adding flow_limiter_calculator to face_landmark_front_cpu.binarypb
I'm trying to add flow_limiter_calculator to face_landmark_front_cpu.binarypb as I realized python model doesn't have flow_limiter_calculator in its original face_landmark_front_cpu.pbtxt
What I did ...
1
vote
0
answers
362
views
Is it possible to convert the Google MediaPipe FaceMeshV2 TFLite model with post-training quantization to a fully integer-quantized model version?
I am seeking assistance regarding the conversion of the MediaPipe FaceMeshV2 model for use with the Coral EdgeTPU Accelerator. As per the Coral documentation, a model must undergo full integer ...
0
votes
0
answers
195
views
How to show FBX file with point cloud without adding any external vertex and face geometry data?
We are having 3d face coordinates.
I wants to convert OBJ file into FBX file format so as to view this FBX file as a point cloud not a polygon mesh.
I tried by converting a OBJ file into FBX file but ...