yehengchen / Object-Detection-and-Tracking

Object Detection and Multi-Object Tracking
MIT License
1.86k stars 753 forks source link

安装完运行环境后,直接跳到deep_sort_yolov3这个文件夹运行把YOLO model 转化为Keras model,结果出错。前面环境安装都没问题的,能指导一下为什么吗? #67

Open editplus2020 opened 4 years ago

editplus2020 commented 4 years ago

/home/sogie/.local/lib/python2.7/site-packages/h5py/init.py:46: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 88 from C header, got 96 from PyObject from ._conv import register_converters as _register_converters /home/sogie/.local/lib/python2.7/site-packages/h5py/init.py:55: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 88 from C header, got 96 from PyObject from . import h5a, h5d, h5ds, h5f, h5fd, h5g, h5r, h5s, h5t, h5p, h5z, h5pl /home/sogie/.local/lib/python2.7/site-packages/h5py/_hl/group.py:23: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 88 from C header, got 96 from PyObject from .. import h5, h5g, h5i, h5o, h5r, h5t, h5l, h5p, h5s, h5d Using TensorFlow backend. Traceback (most recent call last): File "convert.py", line 14, in from keras import backend as K File "/home/sogie/.local/lib/python2.7/site-packages/keras/init.py", line 3, in from . import utils File "/home/sogie/.local/lib/python2.7/site-packages/keras/utils/init.py", line 6, in from . import conv_utils File "/home/sogie/.local/lib/python2.7/site-packages/keras/utils/conv_utils.py", line 9, in from .. import backend as K File "/home/sogie/.local/lib/python2.7/site-packages/keras/backend/init.py", line 1, in from .load_backend import epsilon File "/home/sogie/.local/lib/python2.7/site-packages/keras/backend/load_backend.py", line 90, in from .tensorflow_backend import File "/home/sogie/.local/lib/python2.7/site-packages/keras/backend/tensorflow_backend.py", line 5, in import tensorflow as tf File "/home/sogie/.local/lib/python2.7/site-packages/tensorflow/init.py", line 24, in from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import File "/home/sogie/.local/lib/python2.7/site-packages/tensorflow/python/init.py", line 49, in from tensorflow.python import pywrap_tensorflow File "/home/sogie/.local/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow.py", line 74, in raise ImportError(msg) ImportError: Traceback (most recent call last): File "/home/sogie/.local/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import File "/home/sogie/.local/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "/home/sogie/.local/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace above this error message when asking for help.