simonmeister / UnFlow

UnFlow: Unsupervised Learning of Optical Flow with a Bidirectional Census Loss
MIT License
294 stars 57 forks source link

lib_handle = py_tf.TF_LoadLibrary(library_filename) tensorflow.python.framework.errors_impl.NotFoundError: HOW TO GET RIDE OF THIS ERROR #69

Open Fazankabir opened 5 years ago

Fazankabir commented 5 years ago

lib_handle = py_tf.TF_LoadLibrary(library_filename) tensorflow.python.framework.errors_impl.NotFoundError: C:\Users\kabirfaz\Documents\MyData\02_MyProjects\05_P600_Handsigns\venv\lib\site-packages\tensorflow\contrib\tensor_forest\python\ops_tensor_forest_ops.so not found

Python 3.6.0 tensorflow 1.10.0

Please help

rudrakshmishra04 commented 4 years ago

Really need help with this. Found the same error

simonmeister commented 4 years ago

Did you try an older version, e.g. tf.1.7? See updated readme.

simonmeister commented 4 years ago

I didn't have time yet to try the code with a recent version of tensorflow - there may be various issues.