NVlabs / PoseCNN-PyTorch

PyTorch implementation of the PoseCNN framework
Other
186 stars 47 forks source link

ImportError: No module named posecnn_cuda #15

Closed Shoichi-Hasegawa0628 closed 3 years ago

Shoichi-Hasegawa0628 commented 3 years ago

Hello, When I executed Running with ROS on a Realsense Camera for real-world pose estimation, I encountered this problem. posecnn_error

but, layers folder don't have posecnn_cudafile. Where is this file? Thank you.

yuxng commented 3 years ago

You need to compile the pytorch layers in the layers folder.

Pamyuu commented 2 years ago

how to run in ros with python2?