Skip to content
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

Open
momo1986 opened this issue May 14, 2019 · 8 comments
Open

How can I fit my hand image to manopth model #5

momo1986 opened this issue May 14, 2019 · 8 comments

Comments

@momo1986
Copy link

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!

@MLsmaller
Copy link

This is also my problem!

@hassony2
Copy link
Owner

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

@MedlarTea
Copy link

Hello, @hassony2 . Thanks for sharing!
I'm a novice. I have a problem about downloading MANO model.
When i input "wget --no-check-certificate https://psfiles.is.tuebingen.mpg.de/downloads/mano/mano_v1_2-zip", it returned a text--"Permission denied."
Thanks!!!

@dimtzionas
Copy link
Collaborator

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 :)

@MedlarTea
Copy link

Oh! Thanks a lot!!! @dimtziwnas

@MedlarTea
Copy link

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.
Thanks a lot!!!

@hassony2
Copy link
Owner

hassony2 commented Jul 23, 2019

@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

@MedlarTea
Copy link

@hassony2 , I have requested again! My mailbox is QQ mailbox, and I have received your automated message again~

Best wishes!

Ye

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants