CharlesShang / TFFRCNN

FastER RCNN built on tensorflow
MIT License
875 stars 418 forks source link

lib/make.sh error #118

Open gbc8181 opened 6 years ago

gbc8181 commented 6 years ago

Hi,

I am sure that I installed Cuda-8.0 with CUDNN 7 but every time I tried: sudo make, it shows some errors. When I tried "nvcc --version", it can show me the correct information: Cuda compilation tools, release 8.0, V8.0.61. I am so confused by that and want to know how to solve it.

Thanks, Peter

python setup.py build_ext --inplace running build_ext skipping 'utils/bbox.c' Cython extension (up-to-date) skipping 'utils/nms.c' Cython extension (up-to-date) skipping 'nms/cpu_nms.c' Cython extension (up-to-date) skipping 'nms/gpu_nms.cpp' Cython extension (up-to-date) skipping 'pycocotools/_mask.c' Cython extension (up-to-date) rm -rf build sh make.sh /usr/local/lib/python2.7/dist-packages/tensorflow/include make.sh: 9: make.sh: nvcc: not found g++: error: roi_pooling_op.cu.o: No such file or directory make.sh: 24: make.sh: nvcc: not found g++: error: psroi_pooling_op.cu.o: No such file or directory

QueenJuliaZxx commented 6 years ago

I have meet the same problems?have you solve it?

QueenJuliaZxx commented 6 years ago

@CharlesShang

PeterBishop0 commented 5 years ago

same,anyone sovle it yet?

PeterBishop0 commented 5 years ago

@CharlesShang @QueenJuliaZxx

Try2ChangeX commented 5 years ago

The same, ask for help.