Closed lxz1104 closed 5 years ago
This is a error in deep-prior-pp/src/data/transformations.py(line: 117):
deep-prior-pp/src/data/transformations.py
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 ?
transforms3d is an 3rd party python package. On Ubuntu, use pip install transforms3d to install this package.
pip install transforms3d
Thanks!It's helpful.
This is a error in
deep-prior-pp/src/data/transformations.py
(line: 117):I cannot found the transforms3d in this project. How can I fix it ?