google-ai-edge / mediapipe

Cross-platform, customizable ML solutions for live and streaming media.
https://ai.google.dev/edge/mediapipe
Apache License 2.0
27.46k stars 5.15k forks source link

Get position of the hands as array (coordinates) in multi_hand_tracking #1138

Closed dgrnd4 closed 4 years ago

dgrnd4 commented 4 years ago

Hi there, i want to extract, from a video where multi hand detection is already done, the position of the hands and put all those array, frame per frame, in a .txt file. Does mediapipe give something already developed for it?

I think that the position would be given as an array, am i right? Could you please tell me how can i do it?

Aprameyah commented 3 years ago

@dgrnd4 Were you able to get the coordinates of the hands ?

dgrnd4 commented 3 years ago

@Aprameyah yes I did, check my last comment in #1192 post!! Let me know if u get it