UnityHandTrackingWithMediapipe icon indicating copy to clipboard operation
UnityHandTrackingWithMediapipe copied to clipboard

Ask about coordinate conversion

Open RICKYLIKEBIRD opened this issue 3 years ago • 1 comments

I know about the output of the mediapipe should be the coordinates of the NDC, how did you convert the output so that it can be used correctly in unity? Or maybe the data uploaded from your mobile phone are already available coordinates?

RICKYLIKEBIRD avatar Feb 13 '22 14:02 RICKYLIKEBIRD

Hi Ricky,

The landmark positions from the hand landmark model are 3D coord relative to the wrist. I manually converted the NDC wrist position by calculating the depth based on finger distance.

TesseraktZero avatar Feb 15 '22 19:02 TesseraktZero