Closed vcha0018 closed 3 years ago
Also related to this issue : #1392
@mgyong and @mhays-google,
Just want to make sure, Are you going to solve this issue in the near future and release the solution soon? Because I am developing a project that must require 3D coordinate and so I have to choose this API. Thanks for your support!
Hello everyone,
Any updates -- insight -- anything on this?
We have updated the documentation regarding the Z value in hands https://google.github.io/mediapipe/solutions/hands.html#multi_hand_landmarks and you can also refer this https://github.com/google/mediapipe/issues/742#issuecomment-637162399
Could anyone tell me how to extract z values from MideaPipe Hand JavaScript API?
I can get all 3D landmarks in Python API, but in JavaScript, it gives only
x, y
andvisibility
(alwaysundefined
) fields.Thanks for JS support!
I found comment regarding the same question in this post: 1163. But there is no solution.