mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

how to measure person's height?

Open sosoyeon1125 opened this issue 3 years ago • 2 comments

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....

sosoyeon1125 avatar Jul 21 '22 07:07 sosoyeon1125

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:

  1. Start with the MediaPipe "pose" solution.
  2. Find the head and toe landmarks in "world coordinates".
  3. Measure the vector in world coordinates between these landmarks.

Thank you!

kuaashish avatar Jul 28 '22 06:07 kuaashish

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 :)

sal-p avatar Aug 05 '22 05:08 sal-p

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.

google-ml-butler[bot] avatar Aug 12 '22 06:08 google-ml-butler[bot]

Closing as stale. Please reopen if you'd like to work on this further.

google-ml-butler[bot] avatar Aug 19 '22 06:08 google-ml-butler[bot]

Are you satisfied with the resolution of your issue? Yes No

google-ml-butler[bot] avatar Aug 19 '22 06:08 google-ml-butler[bot]