-
My 3d world face is desfigured when I'm located in the side of the camera (top; bottom; left; right).
FYI, the projected face texture is still correct (the one produced by mediapipe matches my camera…
-
hello @1adrianb is there an onnx runtime or openvino version for this pytorch model?
https://www.adrianbulat.com/downloads/python-fan/s3fd-619a316812.pth
your response will be appreciated
-
Hello, thank you for the great code! I wonder if the landmark detection accuracy in this project is identical to the one in this project https://github.com/yinguobing/cnn-facial-landmark
is it the sa…
-
How I can increase the speed of below program I can use GPU in this time I want to increase speed on CPU. Any suggestion?
Why all the model loaded and how I can disable them?
# Import libraries…
-
Hi there, I am using mediapipe facemesh for face swap application
I read from the document that landmark are refined for lip, eye, iris but not for nose
Can you update the model with the refine …
-
Based on the instruction, it says
> You can try a simple version ( options/train_gfpgan_v1_simple.yml) that does not require face component landmarks.
Does it mean that I can train a model using …
-
What does the face_gaze mean in the annotation file?
It does not the left/right eye gaze or the mean of the both eyes gaze, right?
Which 3d landmark do you use to calculate the face gaze?
-
`(faceNext) C:\Users\aades\Music\testthings\NextFace>python optimizer.py --sharedIdentity --input C:\Users\aades\Downloads\face --output C:\Users\aades\Downloads\New\
loading optim config from: ./op…
-
The landmarks detected in this project are sometimes inaccurate and jittery.After reading the code, I think it is because the ROI here is inconsistent with the ROI croped by the original processing me…
-
In your paper, the edge2face experiment with CelebA-HQ was done with facial contour maps.
How did you make facial contour map?
It seems to me that this is created by concatenating landmarks of a fac…