facebookresearch / frankmocap

A Strong and Easy-to-use Single View 3D Hand+Body Pose Estimator
Other
2.12k stars 373 forks source link

Can the parameters of hand be used to output mano? #215

Closed Juliejulie111 closed 1 year ago

Juliejulie111 commented 1 year ago

Thanks for the excellent work!!!

I have extracted *.pkl files from handmocap. Everything looked so good when I used your code to output the hand mesh. However, when I tried to output mano, I got the results like the pictures shown: Screenshot from 2022-11-17 15-14-15 Screenshot from 2022-11-17 15-14-26

The index finger always looks weird, but the other fingers seem normal.

It seems that the parameters cannot be used to output mano directly. If I want to output mano, how to change the parameters?

Thanks!!!

penincillin commented 1 year ago

@Juliejulie111 Our hand-part is extracted from SMPL-X which should have the same topology as MANO. The bug may be due to the MANO or SMPL-X changed the hand topology. To resolve the problem, I would suggest you firstly compare the topology of our hand part and MANO.