UnFlow
UnFlow copied to clipboard
UnFlow: Unsupervised Learning of Optical Flow with a Bidirectional Census Loss
hey i got that error when running "tun.py" i saw the previos issues num [23](https://github.com/simonmeister/UnFlow/issues/23) and [39](https://github.com/simonmeister/UnFlow/issues/39) tried to do as they said but still got that error ubunto 16...
I use tf1.13,cuda10.0 and g++-4.8,and my os is ubuntu16.04.However,when I run python run.py --help,some errors occur: /usr/local/lib/python3.5/dist-packages/tensorflow/include/absl/strings/string_view.h(496): error: constexpr function return is non-constant /usr/local/lib/python3.5/dist-packages/tensorflow/include/google/protobuf/arena_impl.h(55): warning: integer conversion resulted in a...
Hi thanks your work , when i run run.py --help i got this error :tensorflow.python.framework.errors_impl.NotFoundError: ./backward_warp_op.so: undefined symbol: __cudaPushCallConfiguration Traceback (most recent call last): File "/home/yh/下载/UnFlow-master/src/e2eflow/ops.py", line 59, in op_lib...
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
Hello, I want to get the output flow images from your CSS_ft model, the code I wrote is showing below: ``` import tensorflow as tf import os ckpt_path = "~/UnFlow/logs/CSS_ft"...
Hi, I get following error: ``` Traceback (most recent call last): File "eval_gui.py", line 338, in tf.app.run() File "/home/teamCV/venv/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 126, in run _sys.exit(main(argv)) File "eval_gui.py", line 328, in main...
I want to get a frozen graph for inference using the freeze_graph function in tensorflow. However, I cannot get the input and output name of the UnFlow. How can I...
I am looking at the data loading function and in particular at its `step` parameter: https://github.com/simonmeister/UnFlow/blob/master/src/e2eflow/core/input.py#L164-L165 It appears though, that regardless of the choice of the `step`, only consecutive frames...
Hi Simon, I came across a line of code that made me think: https://github.com/simonmeister/UnFlow/blob/ddb4bd32f762168ed38849f736b6a7d2094b0042/src/e2eflow/core/input.py#L178-L179 If I understand correctly np.roll with axis=None will first flatten the array and then roll. Is...
How to remove all images included in the KITTI 2012 and 2015 train and test sets from the KITTI raw dataset? Thanks!