open-mmlab / mmhuman3d

OpenMMLab 3D Human Parametric Model Toolbox and Benchmark
https://mmhuman3d.readthedocs.io/
Apache License 2.0
1.25k stars 137 forks source link

Wrong Keypoints shape in estimate_smplx.py? #402

Open gjmm07 opened 1 month ago

gjmm07 commented 1 month ago

Hi everyone,

why is the keypoints_3d shape when using the expose model (14,3)? Shouldn't it be (104,3)? Are some keypoints_3d suppressed?

I'm using: print(mesh_results[0]["keypoints_3d"].shape)

Cheers