mediapipe
mediapipe copied to clipboard
Empty Pose World Landmarks in Holistic Landmarker Task on iOS
Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
None
OS Platform and Distribution
iOS
Mobile device if the issue happens on mobile device
iPhone
Browser and version if the issue happens on browser
No response
Programming Language and version
Swift
MediaPipe version
0.10.15
Bazel version
No response
Solution
Holistic
Android Studio, NDK, SDK versions (if issue is related to building in Android environment)
No response
Xcode & Tulsi version (if issue is related to building for iOS)
No response
Describe the actual behavior
When using the Holistic Landmarker task on iOS, the pose landmarks are correctly detected and provided. However, the pose world landmarks array is always empty.
Describe the expected behaviour
The pose world landmarks array should contain the 3D coordinates of the detected pose landmarks in world space.
Standalone code/steps you may have used to try to get what you need
Use holistic task from 0.10.15 and observe results of pose world landmarks.
Other info / Complete Logs
- The pose landmarks (2D) are working correctly
- This issue is specific to the iOS implementation/task