-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
hand tracking, desktop version #56
Comments
@omnishore1 There is only Android & iOS versions of handtracking. We do not have any desktop [linux] example for hand tracking yet. We plan to release something shortly and will update this issue when we do. |
Any idea when this might be (days/weeks/months) @mgyong? It would be really cool if we could have the .pb files for hand_tracking, instead of just the .tflite |
I am also very interested in hand tracking for desktop. Is there a way to get this running using the e.g. the |
@solarjoe You can get the hand_landmark.tflite model running in Linux by using an interpreter. Not sure if it's possible to get it running in Windows. The palm_detection model is a little more tricky as you need to provide Custom Ops. Looking at the git history, seems the TF team made steps towards making this easy, but reverted the changes. |
Thanks! And I found https://github.com/wolterlw/hand_tracking and #62 |
@LeviWadd, what you you mean with |
@solarjoe Thanks for dropping the link to that repo here. That looks very useful. Sure, I mean something like:
Taken from Nupur Garg's answer on https://stackoverflow.com/questions/50902067/how-to-import-the-tensorflow-lite-interpreter-in-python It's also worth mentioning that if you play around with the indices of the input/output details you can get the probability that a hand is present in the supplied image. |
@omnishore1 @solarjoe We have just released v0.6.2 that has hand tracking desktop example. Pls check it out! |
Removing extra line from audio classification sample
hi is there any desktop version, i follow some instruction for desktop, but some files is missing
ERROR: Skipping 'mediapipe/examples/desktop/hand_tracking:hand_tracking_tflite': no such package 'mediapipe/examples/desktop/hand_tracking': BUILD file not found in any of the following directories.
any solution for windows desktop
thanks
The text was updated successfully, but these errors were encountered: