-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Predict 3D Faces Using Models? #4
Comments
The 3D face model is significantly more difficult than the facedetector_front.tflite we have in the model folder. We recommend that you read the publication for Face Mesh What is the use case you are looking at for 3D face detection? |
@mgyong |
@zhouhao-learning Have you gone through the Face detection for Android running GPU example? |
No, I didn't run the Face detection for Android running GPU example. I don't want to run on Android right now. I just want to write a predictive code that can achieve the face alignment effect, but I don't know how to build the prediction code. Can you help me? Thank you. |
@zhouhao-learning This 3D face mesh issue is out of scope for project currently |
@mgyong |
@zhouhao-learning If you are interested in getting the effects by any means, you might find it useful to know that this 3D face mesh technology is exposed via the Augmented Faces API in ARCore. |
@kartynnik |
fix: add seperate line
…st_for_gesture_recognizer Featuer - Add test for gesture recognizer
I'm glad to see your work. I'm just interested in 3D face detection. Under the
model
folder, I saw some of the models you provided. I want to achieve the following effects:But I don't know how to use the model you provide to build prediction code. Can you give me some guidance? Thank you very much.
The text was updated successfully, but these errors were encountered: