-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Feature] I tried to make a webcam_skeleton_demo.py #2874
Comments
i have done that |
Although the code is not yet clean, I'm posting it hoping it might help someone. Since I'm running it on a Mac, I'm running show_results on the main thread. Also, I've fixed the sample_length to 3, but the processing is too slow, so I would appreciate any advice.
|
i changed my mind and considered to create my own architecture instead of wasting more time with this. I prepared a LSTM model, recorded some videos with my webcam, drew the skeletons with mediapipe and trained model on this skeleton based heatmaps. it worked fine for me. |
What is the problem this feature will solve?
I tried to create a realtime webcam skeleton inferencer. I mixed webcam_demo.py and demo_skeleton.py and fixed a little bit and made some changes in it. It doesnt work well but if you'd like to see or try something on it I share here.
What is the feature?
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: