The usual number for the shape parameter in SMPL-H is 10, why is yours 16?
Hi @yyvhang ,I notice that your in your dataset, the shape parameter is 16
hi @yyvhang I notice that u get the smplh pose from smplx ,I use SMPLer -X from https://github.com/SMPLCap/SMPLer-X to get the smplx npz file and want to transfer it to SMPLH, so I use the official code from https://github.com/vchoutas/smplx but didn't get ideal results, can u share the code that u transfer the SMPLX to SMPLH? Thank you!!!
- smplx -> smplh, see here
- Regarding the shape, both 10 and 16 are ok;
Hi @yyvhang In LEMON, there is a step to create the SMPLH parameters as a mesh, obtain the vertices of the mesh, and then normalize the vertices. I have also obtained the SMPLH model parameters and obj file via SMPLX -> SMPLH. However, after I used your code to create the mesh and normalized the vertices, the visualized ply file result is different from the original obj file result. Do you know why?
this is the obj file
and this is the ply file