mediapipe
mediapipe copied to clipboard
Real world coordinates
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