-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I fit my hand image to manopth model #5
Comments
This is also my problem! |
Mano pose and shape parameters can be estimated from RGB data using a neural network. I provide some code to perform RGB-image to mano estimation at obman_train which is the code I used for our Learning joint reconstruction of hands and manipulated objects paper. You might also be interested by HAMR by MandyMo. Best, Yana |
Hello, @hassony2 . Thanks for sharing! |
Hi @MedlarTea , for setting up the pipeline please follow the exact instructions of @hassony2 in the read_me file. The MANO model is hosted on our MPG servers, and users have to create an account explicitly agree with our license before downloading the model, using their name and email. This means that the URL that you are using cannot be simply passed to other users and used in a wget command similar to what you try. This is a fake URL that works only when you are signed in on the MANO website, our web application takes care of this. Bottom line, please follow step-by-step the exact instructions that @hassony2 created :) |
Oh! Thanks a lot!!! @dimtziwnas |
Hi @dimtziwnas , Thanks for your reply again!!! I have an another problem. In "https://github.com/hassony2/obman_train", do you know why I can't get a reply about the ObMan dataset from the author @hassony2 ? I have sent an e-mail for requesting the dataset almost two weaks. |
@MedlarTea could you please request the dataset again ? There might have been a problem with the e-mail address you provided or on my side ! Best ! Yana |
@hassony2 , I have requested again! My mailbox is QQ mailbox, and I have received your automated message again~ Best wishes! Ye |
Hello, @hassony2 .
Thanks for sharing.
I have tried the demo.
If I have my own hand image, how can I fit it into the model?
In other words, looks like pose vector and shape vector is an essential input, how can I get these two tensors from own data(e.g., RGB data)?
Thanks & regards!
The text was updated successfully, but these errors were encountered: