ddshan / hand_object_detector

Project and dataset webpage:
https://fouheylab.eecs.umich.edu/~dandans/projects/100DOH/
MIT License
226 stars 64 forks source link

Failing with Cuda Detection #12

Open ZahraAnam opened 3 years ago

ZahraAnam commented 3 years ago

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.

ddshan commented 3 years ago

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.

ZahraAnam commented 3 years ago

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

Github0119 commented 2 years ago

Hi, I am facing the same problem!