Human-Pose-Estimation-101 icon indicating copy to clipboard operation
Human-Pose-Estimation-101 copied to clipboard

A question about PCK threshold computation.

Open wolterlw opened this issue 4 years ago • 2 comments

How do we compute the torso diameter in 2d to get the threshold? Depending on the person's pose the projected torso length is different. Sorry for a basic question, but could you elaborate on that?

wolterlw avatar Jun 23 '20 23:06 wolterlw

I have this confusion too. Torso's are not circular, so they don't have a diameter. At best, we can take the 2 shoulder and 2 hip joints, to make a quadrilaterals. Here is a helpful website, because I forgot what a quadrilateral is 😆: https://www.kidsmathgamesonline.com/pictures/shapes/quadrilaterals.html

ben-xD avatar Sep 01 '20 21:09 ben-xD

It is defined in this paper: Simple Multi-Resolution Representation Learning for Human Pose Estimation https://arxiv.org/abs/2004.06366

torso_diameter = right_hip - left_shoulder

ben-xD avatar Sep 01 '20 21:09 ben-xD