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

When running demo.sh: ImportError: No module named transforms3d.quaternions #108

Open
Zhouziyuya opened this issue Mar 29, 2020 · 1 comment

Comments

@Zhouziyuya
Copy link

File "./tools/demo.py", line 13, in <module>
from fcn.test import test_net_images
File "/dat01/zyzhou/PoseCNN-master/tools/../lib/fcn/test.py", line 16, in <module>
from utils.pose_error import *
File "/dat01/zyzhou/PoseCNN-master/tools/../lib/utils/pose_error.py", line 10, in <module>
from transforms3d.quaternions import quat2mat, mat2quat
ImportError: No module named transforms3d.quaternions

When I running ./experiments/scripts/demo.sh $GPU_ID, it reports error as above.
May I ask who also meet this problem and how to solve it?

@hatimwen
Copy link

You can try this line:pip install transforms3d

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