-
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 on desktop? #62
Comments
It is but currently they dont have a video input processor |
We do have video input processor,e.g., OpenCvVideoDecoderCalculator. We also have desktop demos for object detection but not for the others. |
I have built a simple Python demo and wrote instructions on how to built a tflite interpreter that supports custom operations needed. |
Wow, this is great! |
@Allgoerithm We have just released v0.6.2 that has hand tracking desktop example. Pls check it out! |
Hello Folks, I saw the process of building mediapipe and running hand tracking on desktop and all other relevant details, but I wanted to know whether there is a desktop app for hand tracking using mediapipe which is OS dependant? As in the process for windows, later it gives an error at this line T{}.GetTypeName(), [] { return absl::make_unique<Holder>(new T); })); as discussed in this issue #908 . So as a result, I can run those desktop examples on my Virtualbox mac but not on windows. Also, on mac, it runs but the webcam fps seems very low, is there a way to improve that? Also is there a desktop app that could do hand tracking using mediapipe and which could run on windows? @jiuqiant @mgyong |
For now you may do |
adding more demos through READMEs
Is it also possible to build the hand tracking also for a desktop system? If so, how?
The text was updated successfully, but these errors were encountered: