xiexh20 / behave-dataset

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

Different pose fit? #23

Closed raulTrial closed 1 year ago

raulTrial commented 1 year ago

What is the difference between person_fit.pkl in fit_02 and k[0-3].mocap.json? Also within k[0-3].mocap.json, why does the shape parameters change a lot too? I assumed, that fit_02 had the main SMPLH fits, wheras, indiviual fits would just be a function of the original fit and the extrinsics know from the kinect?

xiexh20 commented 1 year ago

Hi,

As mentioned in the dataset structure, k[0-3].mocap.json stores FrankMocap detections. While fit02 results are the (pseudo) GT SMPLH fits.