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

predict two hands from single picture #13

Closed
qdd1234 opened this issue Mar 18, 2021 · 5 comments
Closed

predict two hands from single picture #13

qdd1234 opened this issue Mar 18, 2021 · 5 comments

Comments

@qdd1234
Copy link

qdd1234 commented Mar 18, 2021

Hi,thanks for your wonderful work.I want to ask whether model can predict two hands from single RGB picture?

@HowieMa
Copy link
Owner

HowieMa commented Mar 18, 2021

Sorry, it cannot. You can use other datasets like InterHand to finetune it.

@qdd1234
Copy link
Author

qdd1234 commented Mar 18, 2021

If I use Top-down approach, whether model can predict two hand from single RFB picture?

@HowieMa
Copy link
Owner

HowieMa commented Mar 18, 2021

You need to crop two hands firstly and send them to the model separately, just like what people do for the top-down human pose estimation.
BTW, the released model is simply trained on the Panoptic hand pose dataset, which only contains images in the panoptic studio. Thus it may not work well on other scenes.

@qdd1234
Copy link
Author

qdd1234 commented Mar 19, 2021

Hi,When I use your pretarined model to inference,I meet a issue shown in the picture
image
Could you help me solve this problem

@HowieMa
Copy link
Owner

HowieMa commented Mar 19, 2021

Please see #4
This is simply because you directly use CPU to inference.

@HowieMa HowieMa closed this as completed Mar 19, 2021
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

2 participants