ys7yoo / deeppose_old

DeepPose implementation on TensorFlow. Original Paper http://arxiv.org/abs/1312.4659
Other
0 stars 4 forks source link

Tensor flow 1.5 problem (CUDA 9.0) #6

Open ys7yoo opened 6 years ago

ys7yoo commented 6 years ago
/home/yyoo/tf3/lib/python3.5/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
  from ._conv import register_converters as _register_converters
Traceback (most recent call last):
  File "/home/yyoo/src/deeppose/scripts/train.py", line 7, in <module>
    import dataset
  File "/home/yyoo/src/deeppose/scripts/dataset.py", line 8, in <module>
    import cv2 as cv
ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory
ys7yoo commented 6 years ago

Use Tensorflow 1.4.1 for now...

(Or, update everything including OpenCV!)