xiexh20 / behave-dataset

Code to access BEHAVE dataset, CVPR'22
https://virtualhumans.mpi-inf.mpg.de/behave/
Other
141 stars 6 forks source link

Questions about pose #10

Closed xxxzhi closed 1 year ago

xxxzhi commented 1 year ago

Hi, Thanks for your dataset.

May I ask how to get 3d joints in the dataset?

xxxzhi commented 1 year ago

In addition, Do you have the joint names for person_fit.pkl? It is fitted via SMPLH?

xiexh20 commented 1 year ago

Hi,

yes, the parameters saved in person_fit.pkl is SMPLH parameters. For the joint names, you can find them in original SMPL and MANO paper. the official library for body models here might also help.

xxxzhi commented 1 year ago

Thanks for your quick reply.