R2CNN_FPN_Tensorflow
R2CNN_FPN_Tensorflow copied to clipboard
ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory
if d.decorator_argspec is not None), _inspect.getargspec(target))
/usr/local/lib/python3.5/dist-packages/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
if d.decorator_argspec is not None), _inspect.getargspec(target))
Traceback (most recent call last):
File "/home/louj/pywork/R2CNN_FPN/tools/inference1.py", line 17, in
Environment Configuration: python2 + tensorflow1.2 + cv2 + cuda8.0
lucky u can use this to make a soft link:
cd /usr/local/cuda/lib64
sudo ln -s libcudart.so.9.2.148 libcudart.so.8.0
9.2.148 is my cuda version
can‘t use CUDA9.0?
I have solved this problem like this:
############################# cd $PATH_ROOT/libs/box_utils/ python3 setup.py build_ext --inplace #############################