Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A question about PCK threshold computation. #2

Open
wolterlw opened this issue Jun 23, 2020 · 2 comments
Open

A question about PCK threshold computation. #2

wolterlw opened this issue Jun 23, 2020 · 2 comments

Comments

@wolterlw
Copy link

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?

@ben-xD
Copy link

ben-xD commented Sep 1, 2020

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
Copy link

ben-xD commented Sep 1, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants