-
Notifications
You must be signed in to change notification settings - Fork 13
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
Rotation representation #3
Comments
Hi. In our experiments, we directly use MANO's pose parameters as Azimuth, Pitch, and Roll. |
Thanks for the reply! May I ask where did you define the Azimuth, Pitch, and Roll parameters in the code? |
Please refer to |
Thanks. Could you please also point out where you define the function to compute the rotation matrix using Azimuth, Pitch, and Roll? Since I only find a "rodrigues" function, I am confused about the rotation representation. |
Please also refer to |
|
Hi,
Thank you for presenting this intereting work!
I notice the output of your model is in axis-angle representation. I wonder how did you convert them to Azimuth, Pitch, and Roll and impose the feasible range loss?
The text was updated successfully, but these errors were encountered: