R2CNN_Faster-RCNN_Tensorflow icon indicating copy to clipboard operation
R2CNN_Faster-RCNN_Tensorflow copied to clipboard

linux no GPU,how to Compile,

Open pingyuan2016 opened this issue 5 years ago • 1 comments

I have question, image

pingyuan2016 avatar Jun 21 '20 08:06 pingyuan2016

@pingyuan2016 Is your cuda env problem , pls adjust your ~./bashrc . For example,your cuda is 8.0 version, then add the down below phrase:

export PATH="$PATH:/usr/local/cuda-8.0/bin" export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda-8.0/lib64/" export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/cuda-8.0/lib64"

Then use the source ~/.bashrc to activate the setting. This issue could be closed.

chrischu83117 avatar Jan 04 '21 07:01 chrischu83117