hassony2 / manopth

MANO layer for PyTorch, generating hand meshes as a differentiable layer
GNU General Public License v3.0
601 stars 104 forks source link

Gives the demo to train on my own data-set? #4

Closed momo1986 closed 5 years ago

momo1986 commented 5 years ago

Hello, if I want to use the training software to implement my own model? Thanks a lot for sharing. Is there any demo that i can try? Thanks Momo

hassony2 commented 5 years ago

Hi @momo1986 !

The training code will come later, once I'm done cleaning :) I'll keep you posted !

Best,

Yana

momo1986 commented 5 years ago

Hello, @hassony2 .

Looks like there is a demo to build hand reconstruction model?

For a video with hand motion, how can this program be applied to fit?

Thanks & Regards! Neo

hassony2 commented 5 years ago

Hi @momo1986,

You can find the training code to perform RGB image --> mano shape/pose estimation at obman_train. Once you have a trained model you could apply it frame-by-frame on your video. You might be interested in the model release_models/hands_only/checkpoint.pth.tar also available if you follow the instructions from the obman_train repository.

Does this answer your question ?

Best,

Yana

momo1986 commented 5 years ago

Hello Yana,

Thanks a lot for your patient answer and nice guide.

Hopes for further communication on hand pose and human pose estimation.

hassony2 commented 5 years ago

Sure ! Looking forward to it :)