yuxng / PoseCNN

A Convolutional Neural Network for 6D Object Pose Estimation in Cluttered Scenes
https://rse-lab.cs.washington.edu/projects/posecnn/
MIT License
746 stars 242 forks source link

no module named transforms3d.quaterions #95

Closed gouxiangchen closed 5 years ago

gouxiangchen commented 5 years ago

i got this issue when i run demo.sh without compiles the optional part. is it must be installed?

MoranChen commented 5 years ago

Install transforms3d by "pip install transforms3d"

gouxiangchen commented 5 years ago

Thanks a lot!