mediapipe
mediapipe copied to clipboard
how to measure person's height?
Please make sure that this is a solution issue.
System information (Please provide as much relevant information as possible)
- Have I written custom code (as opposed to using a stock example script provided in Mediapipe):
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04, Android 11, iOS 14.4):Linux Ubuntu 18.04
- MediaPipe version:
- Bazel version:
- Solution (e.g. FaceMesh, Pose, Holistic): Holistic
- Programming Language and version ( e.g. C++, Python, Java): Python
Describe the expected behavior:
Could you tell me how to measure a person's height using a mediapipe?? Or can you tell me issues and examples related to this? get some help... i beg you....
Hi @sosoyeon1125, Yes, It's possible to detect the person's height in the MediaPipe using the "Pose" solution. Please follow the below steps to measure the height:
- Start with the MediaPipe "pose" solution.
- Find the head and toe landmarks in "world coordinates".
- Measure the vector in world coordinates between these landmarks.
Thank you!
HI, do you know how does mediapipe calculate POSE_WORLD_LANDMARKS? I mean what method/ scientific principle does it use to extract how far away, say, neck, or left hand is from the center of the hip? I need this in order to establish credibility of some of my results that I have gotten from it. Thanks :)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you.
Closing as stale. Please reopen if you'd like to work on this further.