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 to improve recognition speed #60

Open
zhou123aw opened this issue Sep 2, 2023 · 4 comments
Open

How to improve recognition speed #60

zhou123aw opened this issue Sep 2, 2023 · 4 comments
Labels
question Further information is requested

Comments

@zhou123aw
Copy link

Why is it that when I perform hand landmarks detection , the sensitivity of recognition is not high and the speed is slow?
Is it because of. Net? I am using the Python version with fast speed.

@sr229 sr229 added the question Further information is requested label Sep 22, 2023
@sr229
Copy link
Member

sr229 commented Sep 22, 2023

You will need to lower the resolution input for Mediapipe, if you put it anything above 640x480, tracking slows down to a crawling halt.

@zhou123aw
Copy link
Author

You will need to lower the resolution input for Mediapipe, if you put it anything above 640x480, tracking slows down to a crawling halt.

@sr229 I have tried to reduce the resolution to 320 * 240, but the problem still exists. It seems that the recognition effect on the back of the hand is relatively poor. When I extend the palm part, the effect is relatively good. Didn't I add a model of the back of the hand?

@zhou123aw
Copy link
Author

@sr229 The recognition effect seems to be related to the proportion of my palms exposed. For example, when I gesture with the number 1, the recognition effect is poor due to the less palms exposed. However, when I gesture with the number 5 or 4, the recognition speed is very fast.

@sr229
Copy link
Member

sr229 commented Sep 29, 2023

Have you tried performing a benchmark against native mediapipe to see if the speed is comparable? There's nothing I can do mostly about if it's an upstream problem.

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

No branches or pull requests

2 participants