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

Questions about MupoTS evaluation #114

Open amek-aymen opened 2 years ago

amek-aymen commented 2 years ago

Hello, First of all, thank you for publishing your code.

I am having some trouble understanding how absolute coordinates are evaluated in MupoTS. 1- What is the threshold value used when computing the PCK_abs? Because I noticed in the article that you use a threshold of 150 mm for PCK_rel and 250 mm for AP root. But I am not sure about PCK_abs. 2- The bbox coordinates used are ground truth or estimated by DetectNet?

Thanks in advance for your response and your time.