NVlabs / PoseCNN-PyTorch

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

ModuleNotFoundError: No module named 'posecnn_cuda' #40

Open haasithp opened 1 year ago

haasithp commented 1 year ago

When I run "./experiments/scripts/demo.sh", I get this error "ModuleNotFoundError: No module named 'posecnn_cuda'" but I can find posecnn 0.0.0 and posecnn_cuda 0.0.0 in "pip list". Can someone help me resolve this