3DDFA_V2 icon indicating copy to clipboard operation
3DDFA_V2 copied to clipboard

question about matrix2angle function

Open amyburden opened this issue 4 years ago • 0 comments

Thank you so much for this great work. I found a issue in DDFA_V2/utils/pose.py line 59. In the rotation matrix, matrix should like this, np.array([[ cos(y), 0, sin(y)], [ 0, 1, 0], [-sin(y), 0, cos(y)]]) you use x = asin(R[2, 0]) to calculate the angle which should be opsite value of the angle.

amyburden avatar Jan 09 '21 00:01 amyburden