-
Notifications
You must be signed in to change notification settings - Fork 30
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
The transformation relationship between the hand and the camera coordinate system #24
Comments
I second this, having this information will prove to be extremely helpful for my work. |
I cannot understand the question. What is the transformation between wrist and camera coordinate system ? |
I'm sorry, my description is not clear enough. How do I get the position and rotation of the wrist in the camera coordinate system. Does pose[0:3] represent the rotation of the wrist relative to the camera coordinate system. |
The pose[0:3] represent transformation from MANO coordinate system to camera coordinate system. |
I want to know where the MANO coordinate system is defined. |
Sorry, I still don't know how to get the position of the wrist in the camera coordinate system. |
Hi, Thanks for your great work!
I want to know how to obtain the transformation matrix between the wrist joint and the camera coordinate system.
The text was updated successfully, but these errors were encountered: