-
UPDATE 25/10/2023: This issue was modified to align the content with the landmark modifications created by David, something I was not aware of until I saw the pull request. The skip links are a useful…
-
When saving a MoMo using the MoMoIO parts of the model are converted to float whilst other parts stay double. Writing and reading a model can change the model since a MoMo has stuff represented as dou…
-
this is the points(landmarks): [108 124 108 106 119 19 22 32 41 44]
this line, abs(points[1] - points[2]) / abs(points[0] - points[2]) > 2:
throws **RuntimeWarning: divide by zero encountered…
-
I am currently facing a challenge in implementing 3D face recognition. I am able to create and detect face mesh without any problems on multiple faces. So any ideas or steps on how can we use face mes…
-
Is there on the road use the landmarks from mediapipe to generate 3D mesh? Dlib is with 68 landmarks points, MediaPipe has 468... maybe the Reconstruction could be more accurate than today, even retra…
-
A recent update from the develop branch broke notifications for me. There was no error message at startup time, but when I eventually noticed that notifications were not arriving, I found messages lik…
ghost updated
7 years ago
-
Hi,
Thank you for the code! It has been very useful to me. But I have run into a snag and I was hoping you can help.
I have been trying to train my own model with your code. I have a dataset of arou…
sidc9 updated
9 years ago
-
Thanks for your great work!
I have a question about face key points names.
![image](https://user-images.githubusercontent.com/52091468/201655666-73c61e61-52a8-42b5-8e10-8b66c395ed8e.png)
In human…
-
Now that RBC is showing great potential, scale, and speedups, I've been thinking of ways the RBC algorithm can scale and accelerate multiple different algorithms:
1. [ ] **K-means**: The FAISS bloc…
-
Hi wysaid, thank you for your great work, it helped me a lot.
I have a question about your FaceTrackingDemo activity: can I apply a filter to the camera (ex: grayscale filter) and then draw landma…