chensong1995 / HybridPose

HybridPose: 6D Object Pose Estimation under Hybrid Representation (CVPR 2020)
MIT License
415 stars 64 forks source link

there is a problem here #69

Open Vi1nce opened 2 years ago

Vi1nce commented 2 years ago

CUDA path has problems . (hybridpose) pc@pc-MS-7D25:~/siw-demo/HybridPose/lib/ransac_voting_gpu_layer$ python setup.py build_ext --inplace running build_ext error: [Errno 2] No such file or directory: ':/usr/local/cuda-11.7/bin/nvcc': ':/usr/local/cuda-11.7/bin/nvcc'

chensong1995 commented 2 years ago

Hello Vi1nce,

Thanks for your interest in our work! The error message suggests the CUDA compiler nvcc is not in /usr/local/cuda-11.7/bin/. Please make sure CUDA is installed correctly in your system and the environment variables are configured appropriately. I hope this helps!