corr_tf icon indicating copy to clipboard operation
corr_tf copied to clipboard

1D Correlation for Stereo Disparity Estimation

Open stalin18 opened this issue 6 years ago • 0 comments

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 APIs?

Also, for performing 1D correlation operation in case of stereo disparity estimation, is it okay to just compute dot products of corresponding elements of left / right feature maps (kernel size is thus, 1x1)?

stalin18 avatar Apr 03 '18 17:04 stalin18