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

Multi Person Evaluation on MPII #28

Open
ahangchen opened this issue Aug 23, 2018 · 2 comments
Open

Multi Person Evaluation on MPII #28

ahangchen opened this issue Aug 23, 2018 · 2 comments

Comments

@ahangchen
Copy link

In Section 4 of the paper,

"The groups for MPII Multi-Person are usually a subset of the total people in a particular image, so some information is provided to make sure predictions are made on the correct targets. This includes a general bounding box and scale term used to indicate the occupied region".

However, in mpii test set, there are not bounding box information. Only objpos(person center) and scale(person size, but I can't figure out how it is computed) are provided. Can you explain more about MPII multi person evaluation? How to use these information to make sure predictions are made on the correct targets?

@ManiaaJia
Copy link

ManiaaJia commented Nov 21, 2019

Hi, @anewell @ahangchen ,
I have the same doubts about this issue. Have you found out how to get the bounding box of a test image in MPII for correct verification?

I think I figured out that objpos and scale mean center boundaries and average scales of a group, respectively. But when I use a bottom-up approach such as AE, I can't get the correct prediction box perfectly, so I often get unexpected people.

I would be grateful if you could provide me with some help. Thanks!

@ManiaaJia
Copy link

Moreover, I want to confirm that, can I use the group border for testing?
Could you share more details about your verification? This is deeply helpful to me. Thanks!

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