ddshan / hand_object_detector

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

How do I define CUDA_PATH? #16

Closed yamand16 closed 2 years ago

yamand16 commented 2 years ago

Hello,

Thank you for your great project! I am trying to build to use GPU. However, I got an error since I am using Conda virtual environment. The CUDA_PATH is None and when I define the CUDA_PATH by using the path under conda environment. However, since NVCC is not there, I get the following error.

/home/user_name/miniconda3/pkgs/cudatoolkit-11.0.221-h6bb024c_0/bin/nvcc: not found

CUDA is not available in the system. Under this circumstances, is it possible to solve this problem?

Thank you and best regards.

yamand16 commented 2 years ago

This helped me to solve the problem!

https://stackoverflow.com/questions/56470424/nvcc-missing-when-installing-cudatoolkit

ddshan commented 2 years ago

@yamand16 Great. Let me know if you have any other questions.