mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

Real world coordinates

Open AlirezaParsay opened this issue 1 year ago • 0 comments

Have I written custom code (as opposed to using a stock example script provided in MediaPipe)

No

OS Platform and Distribution

Microsoft Windows

MediaPipe Tasks SDK version

No response

Task name (e.g. Image classification, Gesture recognition etc.)

Pose detection

Programming Language and version (e.g. C++, Python, Java)

Python

Describe the actual behavior

The center of the world coordinate is mid hip and changes in each frame

Describe the expected behaviour

The center should be the same for all the frames if camera's position is fixed.

Standalone code/steps you may have used to try to get what you need

I am trying to get the world coordinate using the output of the pose detection module for a walking person. However, the origin is the mid-hip and changes for each frame. Is there any workaround to get an approximate fixed origin world coordinate?

Other info / Complete Logs

No response

AlirezaParsay avatar May 29 '24 16:05 AlirezaParsay