mks0601 / 3DMPPE_POSENET_RELEASE

Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019
MIT License
807 stars 147 forks source link

Data out of range #111

Open ZhenpengChenCode opened 2 years ago

ZhenpengChenCode commented 2 years ago

Thank you very much for your contribution. I have a question. When I loaded the MuCO data, I found that the coordinates of joint_img exceeded the size of the image. May I ask if there is a problem? MuCo_out_of_range

mks0601 commented 2 years ago

You can just truncate them. Some coordinates can be out of image during the 3D-to-2D projection.

ZhenpengChenCode commented 2 years ago

Got it, thank you.