Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
None
OS Platform and Distribution
Windows10/Ubuntu20.04
Mobile device if the issue happens on mobile device
No response
Browser and version if the issue happens on browser
Google chrome
Programming Language and version
javascript
MediaPipe version
No response
Bazel version
No response
Solution
Pose
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
In the result callback, the items of landmarks and worldLandmarks only contain values of x, y, z coordinates.
But according to https://developers.google.com/mediapipe/solutions/vision/pose_landmarker/web_js, there shoube be two more keys `visibility` and `presence`.
Describe the expected behaviour
In the result callback, the items of landmarks and worldLandmarks should contain `visibility` and `presence`.
Standalone code/steps you may have used to try to get what you need
Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
None
OS Platform and Distribution
Windows10/Ubuntu20.04
Mobile device if the issue happens on mobile device
No response
Browser and version if the issue happens on browser
Google chrome
Programming Language and version
javascript
MediaPipe version
No response
Bazel version
No response
Solution
Pose
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
Describe the expected behaviour
Standalone code/steps you may have used to try to get what you need