-
Notifications
You must be signed in to change notification settings - Fork 91
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
Visualising in real time through webcam #121
Comments
Webcam demo is not available, but you can hack the demo codes to make it work with the webcam |
the problem is that image demo code needs a bbox to function, if i change the bbox to fit the whole image it doesn't functions very well, so can you please guide me a bit on how to dynamically get the bbox of hands from the frames |
That is true. One of my ongoing work tackles such problem. |
okay thank you for the information, please do let me know in this thread when it is done |
Hello, good sir. Is there any progress on this? |
Is this still being worked on? |
Now I use mediapipe to make bbx, but how can I make it on real-time cam? |
Please use this |
output.mp4I ‘ve make the processed_image into the full video,but i found the result is not that good, I wonder why I cant get that good result? I 'll appreciate it if you can answer the question |
Please use this InterHand dataset provides 3D GT, which is good, but one limitation is that its image appearance is far from that of real in-the-wild images. |
Pretty self explanatory, how can i use the webcam data to track and visualise the frames in real time?
The text was updated successfully, but these errors were encountered: