ddshan/hand_object_detector

Failing with Cuda Detection

Opened this issue · 3 comments

I want to use your code for some hand detection in ego-centric videos but am failing at the very beginning.
It is unable to read the nvcc from the folder, can you help me with this or atleast suggest what to edit in code.

API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++11
unable to execute '/is/software/nvidia/cuda-10.2/bin/nvcc': No such file or directory
error: command '/is/software/nvidia/cuda-10.2/bin/nvcc' failed with exit status 1

/is/software ... is folder in my home directory with several cuda versions and I have it added in the path too.

Hi,

Can you try cuda-10.0 in your home directory and see if it solves the problem since that is what we use.

Besides, I highly recommend you to use conda environment and follow the Environment section in our readme. It is really straightforward to install all the packages including cuda.

Hi! I tried to put it in home directory but its taking same path as in .bashrc, additionally the problem is that my gcc version is 9.3.0 and seems like its unsupported.
Do you think any updates will be there or any possibility to run it

Hi, I am facing the same problem!