flownet2-tf icon indicating copy to clipboard operation
flownet2-tf copied to clipboard

FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks

Results 68 flownet2-tf issues
Sort by recently updated
recently updated
newest added

I encountered many bugs when I am compiling the "correlation.so" because of different version of server and cuda, can you upload all the so files? Thank you.

dell@dell:~/device/flownet2-tf-master$ python -m src.flownet2.test --input_a data/samples/0img0.ppm --input_b data/samples/0img1.ppm --out ./ /home/dell/anaconda2/lib/python2.7/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...

from ..net import Mode ValueError: Attempted relative import in non-package I can successfully run test.py code in flownet2 in terminal. But when I step through this code in pycharm, there...

in test.py file has code line 11 tf.resource_loader.get_path_to_datafile("./src/ops/build/preprocessing.so")) but in the ./src/ops/build/ directory has no this file"preprocessing.so" $ python test.py Traceback (most recent call last): File "test.py", line 11, in...

Hi, Thanks a lot for providing the open source code! How to test a batch? Highly appreciate your time and help!

@sampepose ,hi. There is an error occurred when I train the flownet_s just using the command :`python -m src.flownet_s.train` . Looking forward to your reply! ![default](https://user-images.githubusercontent.com/38717829/43990572-7c3f1e1e-9d8f-11e8-9fbf-adb172170b15.PNG) ![1](https://user-images.githubusercontent.com/38717829/43990573-80851776-9d8f-11e8-9284-ff0142a4e1bd.PNG)

when i run the python -m src.flownet2.test --input_a data/samples/0img0.ppm --input_b data/samples/0img1.ppm --out flow_generate the problem is : OutOfRangeError (see above for traceback): Read less bytes than requested [[Node: save/RestoreV2_130 =...

This program can only accept 512X384 resolution, other resolutions will be wrong,How to make it accept any resolution picture

Hello I am using tensorflow 1.4 , I was able to build your code successfully no problem and its running but the output optical flow is completely corrupted on the...

Hello, Thanks for the code and it is helping me a lot in my project. While training flownet_s model , I am getting weird boarder with the predicted flow. I...