-
Notifications
You must be signed in to change notification settings - Fork 9
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 Get Face Landmark Hand Landmark and Body Landmark? #4
Comments
@Epoch2022-iOS Have you tried the Holistic example from the official repo? They provide examples for Javascript, Android, and iOS, respectively, and I highly advise you to do so. Please provide a complete description of the issue as well. Unless otherwise, I honestly don't know how to help you. If this is a request for adding a prebuilt version of the holistic example, please say so. I'm also willing to change the current iOS playground project so that it includes all of the examples in the mediapipe iOS example package. This would make it one big universal project where you can play around with everything. Best of luck. |
thanks. we want use face and hand track on one project by Mediapipe. Not Holistic. |
I get the gist. Apparently, the interface shown in both the hand and face examples does not provide access to the landmark data. Thank you. |
thanks. wait for your response! |
Checkout the new delegate.
Also see the implementation of how to consume the landmark data. mediapipe-prebuilt/examples/ios/facegeometry/mppb-ios-facegeometry/ViewController.swift Lines 161 to 166 in 0e71edd
As far as it goes, this answers your problem, I believe. Use it in good health and happy new year. 20221226-214218-954.mp4 |
thanks for you replay! thanks again! |
Thank you very much for your patient answer! |
Hello! The DEMO you made is amazing, and the texture material fits the face very well! I am an AR developer of iOS. I can use leftEyeTransform and rightEyeTransform data in ARKit for funny expression and Eye tracking. I have a question about how to obtain leftEyeTransform and rightEyeTransform data in MediaPipe's Face Mesh? |
Hello, I'm developer with an iOS application,
Now I need Use MediaPipe To Tracking human body、face and hands, I try to Run the Example Demo and get the realtime pixelBuffer, But I can't get the Face Landmark、Hand Landmark and Body Landmark with the code.
I need your help now to get that landmark.
language:Swift/Objective-C
Xcode Version:14.0.1
Device:IPhone 12 Pro Max
The text was updated successfully, but these errors were encountered: