-
Notifications
You must be signed in to change notification settings - Fork 1
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
Hey great work man, I am trying to make a similar project so cloud you elaborate more. #1
Comments
Hello Mohammed,
Thank you for contacting me! I am planning to return to add documentation
to this project as we work out the details as we finalize some changes to
it. Once the project is ready, we are going to make a README document that
should explain things (hopefully) clearly.
Generally speaking, the project uses OpenPose and Keras to detect dynamic
hand gestures. Currently our project can recognize 4 ASL gestures. This is
based on a project that I worked on 2 years ago that I'll link below. The
older project has the documentation so that should be helpful while we
prepare the documentation for the new project.
https://github.com/jacobcalf/Hand-Gesture-Recognition
In the meantime, if you have any questions about the project feel free to
ask!
Thank you,
Jacob Calfee
…On Sat, Apr 17, 2021 at 1:34 AM Mohammed Aslam Ep ***@***.***> wrote:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANMY3QL2FYGC6IY6E6PFIPDTJEMUVANCNFSM43CWPP3A>
.
|
Hello Again! We've updated the repository with more details on the project. Please let me know if you have any more questions. Thank you, |
You are doing great man, I found a bit difficulty installing open pose so I tried to something different currently I fine tuned I3D Resnet and SlowFast network for my classification. I am getting a good accuracy on that so following on that currently, now I want to implement my model real-time and I am facing a bit of difficulty on that so that up on that. Suggestion: Could you change the pose estimation method from Openpose to MediaPipe so implementing an edge device becomes easy. Thank you man for the fast replay and thank you for interacting with me. |
No problem at all! It's great to get some feedback on our program. I am not familiar with MediaPipe, but I will definitely look into this! If you can get the coordinates of various points on the pose estimation, it should not be too difficult to modify the 'hand_data_collect.py' file to work with our program. The main changes that would need to be made would be on that program, and the dimensions of the 'number_sensors' variable in each file. Also, setting up OpenPose was a pain, but I can try to help if you have any questions about it! |
No description provided.
The text was updated successfully, but these errors were encountered: