reyuwei / NIMBLE_model

repo for NIMBLE: A Non-rigid Hand Model with Bones and Muscles
https://liyuwei.cc/proj/nimble
MIT License
115 stars 17 forks source link

convert to MANO #8

Closed gs-ren closed 1 year ago

gs-ren commented 1 year ago

Hi, I want use NIMBLE model to ctreate some synthetic data and convert to MANO format. How can I get parameters (such as pose,shape ,R, etc) corresponding to MANO? Thank you! @reyuwei

reyuwei commented 1 year ago

Hi! Currently, we do not have direct methods to convert NIMBLE model to MANO parameters. One way to work around it is to regress the parameters according to our MANO output using existing resources like Minimal-IK.

gs-ren commented 1 year ago

Hi! Currently, we do not have direct methods to convert NIMBLE model to MANO parameters. One way to work around it is to regress the parameters according to our MANO output using existing resources like Minimal-IK.

Thank you !