Open BaymaxCEO opened 2 years ago
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.
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!
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.
May I ask a question? When estimating the 2D pose from the cropped image, how is the anchor of the cropped image determined