longcw / yolo2-pytorch

YOLOv2 in PyTorch
1.54k stars 421 forks source link

error locating src/cuda/roi_pooling_kernel.cu.o #44

Open AndresPMD opened 6 years ago

AndresPMD commented 6 years ago

Hello, I am trying to build the project by executing ./make.sh But I'm having the following error locating the file roi_pooling_kernel.cu.o

I am using: gcc 4.9 CUDA Version 8.0.61 CudNN 6.0.21

MarcusOlivecrona commented 6 years ago

That file is the result of a nvcc compile command. Do you have CUDA properly installed with the PATH and LD_LIBRARY_PATH set? Does "nvcc" work in your terminal? (works in this case means that it finds nvcc and complains about no arguments given).