corr_tf icon indicating copy to clipboard operation
corr_tf copied to clipboard

An implementation of the FlowNetC correlation layer in tensorflow

Results 4 corr_tf issues
Sort by recently updated
recently updated
newest added

After "cmake .." and "make", when I run "python correlation_tests.py ", it reports error: Traceback (most recent call last): File "correlation_tests.py", line 11, in import correlation_layer as cl File "/home/yujiao/code/crossview_localisation/crop/corr_tf/correlation_layer.py",...

Please check this why is giving error. ![build corr](https://user-images.githubusercontent.com/15268491/56419548-8e82be80-62d5-11e9-9a81-c2102772018d.png)

Hello, here I met such issues: I use your implementation in my own code ,my displacement value set 20, and stride set 1,I will get OOM error, if I decrease...

Hi, I am quite new to TensorFlow. I was wondering, why do we need CUDA implementation for this, I mean can't we code a correlation function using Python / TensorFlow...