flownet2-tf
flownet2-tf copied to clipboard
FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
The URL for download weights is invalid? Where can I download the weights?
I am not able to compile and was wondering if someone could help me. I am using tf 1.14, gcc 5.4, python 3.7, and cuda 10.1 Here is the make...
Hi, I am a new learner of tensorflow. I have installed the CUDA on my computer already, so I directily run the code. But it shows that there is no...
Env: cuda: 8.0 cudnn: 5.1 tensorflow: 1.12.0 Ubuntu 14.04 I followed the instructions in Wxjwjj's post. Still get errors. /usr/local/cuda/bin/nvcc --expt-relaxed-constexpr -g -std= -DNDEBUG c++11 -I`python -c "import tensorflow; print(tensorflow.sysconfig.get_include())"`...
I completed the compile and I try to download the pretrained weights using download.sh But ERORR 404: NOT FOUND is occurred. https://s3.us-east-2.amazonaws.com/flownetdata/weights.tar.gz is not working. How can I solve it?...
Hello all, After successfully compiling the code by addressing some problems through issues #76 , #65 , #28 , when I run ```python -m src.flownet2.test --input_a data/samples/0img0.ppm --input_b data/samples/0img1.ppm --out...
nvcc --expt-relaxed-constexpr -g -std=c++11 -I`python3 -c "import tensorflow; print(tensorflow.sysconfig.get_include())"` -I"/usr/local/cuda/.." -DGOOGLE_CUDA=1 -D_MWAITXINTRIN_H_INCLUDED -D_FORCE_INLINES -D__STRICT_ANSI__ -D_GLIBCXX_USE_CXX11_ABI=0 -c src/ops/preprocessing/kernels/data_augmentation.cu.cc -x cu -Xcompiler -fPIC -o src/ops/build/data_augmentation.o src/ops/preprocessing/kernels/data_augmentation.cu.cc:7:10: fatal error: tensorflow/core/util/cuda_kernel_helper.h: No such file...
Hello, My setup is python 3.5.2 , TF 1.8.0 and Cuda 9.0. I have successfully compiled flownet in order to use the correlation layer. However, when loading the correlation.so, I...