Closed jutanke closed 3 years ago
This has actually been asked already: https://github.com/zhixuany/HUMBI/issues/5
@zhixuany Is there an update wrt jointly tracked body and hands or does the dataset - as of now - still treats body and hands separately? Some samples in the paper seem to be with tracked body + hands, for example:
We allocate different time sessions to capture body movement and hand gestures separately, in order to highlight each. Thus, we did not process hand in sequence focus on body movement, though we made that particular images in the paper showing body and hand mesh together.
I am trying to load the reconstructed hands together with the SMPL mesh/vertices. While loading the SMPL vertices (red) and pose keypoints (yellow) and projecting into a given camera works fine I have some trouble with the hands. The hand keypoints and the reconstructed hand mesh (blue: left, green: right) seem to be placed at different position than the mesh:
Applying the rotation and translation provided in
mano_params_l.txt/mano_params_r.txt
also does not seem to produce the right results.The camera calibrations for
body
andhands
seem to be identical.Could you provide a sample of loading SMPL and MANO in the same coordinate frame?