lixiny / manotorch

MANO in pyTORCH (anatomical constraints, anchors, etc)
GNU General Public License v3.0
166 stars 11 forks source link

anatomical constraints. #2

Closed ECNUHP closed 1 year ago

ECNUHP commented 2 years ago

Your outstanding research work is wonderful!

I am trying to obtain the parameters of mano with optimization method(LM)

But the optimized joint_rotation and shape_parameter are very weird, unnatural. I see that you mentioned anatomical constraints. avoid hand pose abnormality during learning or fitting by applying anatomically constraints on rotation axes and angles.

I am very interested. Could you share relevant informations or papers for anatomical constraints.

Thank you

lixiny commented 2 years ago

Thanks for your interest in our work!

The paper related to anatomically constraint can be found at CPF. And the code at here.

Best, Lixin