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

Best model/approach for detect hands in RPi-4 #5

Open
MyraBaba opened this issue Jul 25, 2022 · 6 comments
Open

Best model/approach for detect hands in RPi-4 #5

MyraBaba opened this issue Jul 25, 2022 · 6 comments

Comments

@MyraBaba
Copy link

Hi,

We have a application to protect my friends hands . running on normal PC 25fps

what would be the best model and AI platform to detect hand like below to prevent accidents in RPi ? should be fast as possible as

Camera fixed up and see directly
thx

Screen Shot 2022-07-25 at 17 27 57

Screen Shot 2022-07-25 at 17 28 27

@MyraBaba
Copy link
Author

is this palm tflite model can work in this your program ?

https://github.com/google/mediapipe/tree/master/mediapipe/modules/palm_detection

@Qengineering
Copy link
Owner

The mentioned tflite model (palm_detection_lite.tflite) can work in Pose detection.
After some changes to the code of course. It will run at ~13 FPS.
You could improve the inference times by porting the model to int8.
Another (minor) improvement can be running the software on a Rpi without desktop.

@MyraBaba
Copy link
Author

Thanks for direction.

edited model and 17 to 21 :) but nothing detected and drawing :)

at least not crashes but nothing drawing to screen.

need little help or will wait your hand detection example ..

Best

@MyraBaba
Copy link
Author

@Qengineering
Would you mind to show me directin which parts need to be changed ?

@Qengineering
Copy link
Owner

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