R2CNN_Faster-RCNN_Tensorflow
R2CNN_Faster-RCNN_Tensorflow copied to clipboard
linux no GPU,how to Compile,
I have question,

@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.