I would like to use the demo of your repo but I'm gettin the following error when running make once I cloned the darknet repo and installed its dependencies in order to use YOLO. Also, I am using Ubuntu 18.04.1.
I supposed it could be something wrong with CUDA's path as suggested by this comment. Since the path in the Makefile its the same in /usr/local/cuda/include/
Hi @nicholaskajoh,
I would like to use the demo of your repo but I'm gettin the following error when running
make
once I cloned the darknet repo and installed its dependencies in order to use YOLO. Also, I am using Ubuntu 18.04.1.I supposed it could be something wrong with CUDA's path as suggested by this comment. Since the path in the Makefile its the same in /usr/local/cuda/include/
Tried the following command
export PATH=/usr/local/cuda-8.0/bin${PATH:+:${PATH}}
as mentioned but could not fix it.Any suggestion of what I'm doing wrong will be appreciated