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

About 2D anchor of the cropped image #80

Open
BaymaxCEO opened this issue Oct 17, 2022 · 3 comments
Open

About 2D anchor of the cropped image #80

BaymaxCEO opened this issue Oct 17, 2022 · 3 comments

Comments

@BaymaxCEO
Copy link

May I ask a question?
When estimating the 2D pose from the cropped image, how is the anchor of the cropped image determined

@Nicholasli1995
Copy link
Owner

May I ask a question? When estimating the 2D pose from the cropped image, how is the anchor of the cropped image determined

Do you mean the bounding box? You may use a human detector in you application.

@BaymaxCEO
Copy link
Author

May I ask a question? When estimating the 2D pose from the cropped image, how is the anchor of the cropped image determined

Do you mean the bounding box? You may use a human detector in you application.

So could you please provide the bounding box network used in this work
Thank you so much!

@Nicholasli1995
Copy link
Owner

May I ask a question? When estimating the 2D pose from the cropped image, how is the anchor of the cropped image determined

Do you mean the bounding box? You may use a human detector in you application.

So could you please provide the bounding box network used in this work Thank you so much!

Hi, this repo does not contain a person detector since the 3D pose estimation evaluation assumes the persons are already detected. You may directly use the provided boxes from the H3.6M dataset for experiments. Or you may use
https://github.com/Nicholasli1995/EgoNet/blob/master/libs/common/img_proc.py#L495 which computes a bounding box to enclose the annotated 2D keypoints.

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