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

Can the model predict hand boundary boxes on its own? #21

Open
mpuu00001 opened this issue Dec 2, 2022 · 2 comments
Open

Can the model predict hand boundary boxes on its own? #21

mpuu00001 opened this issue Dec 2, 2022 · 2 comments

Comments

@mpuu00001
Copy link

mpuu00001 commented Dec 2, 2022

Hello and thank you for making the code available. I greatly appreciate your efforts.

According to your paper on this work, the NSRMhand model only focuses on hand pose estimation. May I inquire as to whether the proposed methodology is capable of both hand detection and hand landmark localization? Alternatively, does the model need the hand boundary box coordinates or can it predict the boundary boxes on its own? Furthermore, if the model always assumes there is a hand in the input image?

Thank you in advance!

@HowieMa
Copy link
Owner

HowieMa commented Dec 2, 2022

Yes, as this project aims at pose estimation, we always assume that there is a hand in the input image. For hand detection, you may use OpenPose or some other tools to obtain it.

@mpuu00001
Copy link
Author

mpuu00001 commented Dec 3, 2022

Thanks for your response!
Is the model only capable of predicting the location of a hand pose (where is the hand) when the input image contains a hand?

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