-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
how can I achieve the head position? #47
Comments
Please refer to issue #29 |
代码中相机内参用的是0 # self.dist_coeefs = np.zeros((4, 1)) 我用标定后的畸变参数是不是会更精准一些 |
① 有标定参数的话优先使用标定参数。 |
输出的tvec 经验证是tx ty tz,但是rvec不是对应坐标轴的旋转向量 且rvec[ [0.129] [0.039] [-3.26]] 对应的第三索引的值在-3左右波动 这是对应pitch yaw roll的哪个偏转角? |
时间久远,我记得不太清楚了。旋转矩阵不直接对应pitch yaw roll角度,需要使用之前提到的方法转换为角度。
|
In other words, is the head pose matrix composed of the translation matrix?
The text was updated successfully, but these errors were encountered: