Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/content/flownet2-tf/src/flownet2/test.py", line 4, in <module>
from .flownet2 import FlowNet2
File "/content/flownet2-tf/src/flownet2/flownet2.py", line 2, in <module>
from ..flownet_css.flownet_css import FlowNetCSS
File "/content/flownet2-tf/src/flownet_css/flownet_css.py", line 2, in <module>
from ..flownet_cs.flownet_cs import FlowNetCS
File "/content/flownet2-tf/src/flownet_cs/flownet_cs.py", line 2, in <module>
from ..flownet_c.flownet_c import FlowNetC
File "/content/flownet2-tf/src/flownet_c/flownet_c.py", line 3, in <module>
from ..correlation import correlation
File "/content/flownet2-tf/src/correlation.py", line 4, in <module>
tf.resource_loader.get_path_to_datafile("./ops/build/correlation.so"))
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/load_library.py", line 61, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: /content/flownet2-tf/src/./ops/build/correlation.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
I've looked at previous issues and tried all the solutions but I cannot fix this issue.
Here is my Makefile:
When running:
python -m src.flownet2.test --input_a data/samples/0img0.ppm --input_b data/samples/0img1.ppm --out ./
I get:
I've looked at previous issues and tried all the solutions but I cannot fix this issue. Here is my Makefile:
I'm running on colab.
Cuda Version:
Cuda compilation tools, release 10.0, V10.0.130
TensorFlow Version:
1.13.1