mks0601 / 3DMPPE_POSENET_RELEASE

Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019
MIT License
807 stars 147 forks source link

key point 3D output #116

Open ArthurHex opened 2 years ago

ArthurHex commented 2 years ago

Hi! Thanks for your great work! I have a question about the 3d key point output. The x and y of a key point is in pixels and z is in length(mm), right? Is it possible for your code to give x and y in mm instead of pixels? Clarifications are much appreciated!