Skip to content
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

This is some woring with the code! #35

Closed
lxz1104 opened this issue Sep 14, 2019 · 2 comments
Closed

This is some woring with the code! #35

lxz1104 opened this issue Sep 14, 2019 · 2 comments

Comments

@lxz1104
Copy link

lxz1104 commented Sep 14, 2019

This is a error in deep-prior-pp/src/data/transformations.py(line: 117):

from transforms3d.euler import euler2mat
R[:3, :3] = euler2mat(alpha_x, alpha_y, alpha_z, 'rxyz')

I cannot found the transforms3d in this project.
How can I fix it ?

@moberweger
Copy link
Owner

transforms3d is an 3rd party python package. On Ubuntu, use pip install transforms3d to install this package.

@lxz1104
Copy link
Author

lxz1104 commented Sep 14, 2019

Thanks!It's helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants