mks0601 / Hand4Whole_RELEASE

Official PyTorch implementation of "Accurate 3D Hand Pose Estimation for Whole-Body 3D Human Mesh Estimation", CVPRW 2022 (Oral.)
MIT License
314 stars 31 forks source link

agora2coco.py error #86

Open Followmeczx opened 10 months ago

Followmeczx commented 10 months ago

Hi, when I run agora2coco.py to make a comment file for AGORA, I get the following error. I don't know what the problem is, can you help me? Thanks a lot! image image

This is because points_2d = np.array(data_smplx['gt_joints_2d'][i][j]).reshape(-1,2) The processed size is (45, 2)

mks0601 commented 10 months ago

Hi, could you check whether this happens to all data_smplx? It seems only some of them have this issue.