addons icon indicating copy to clipboard operation
addons copied to clipboard

Support for CorrelationCost1D

Open serizba opened this issue 5 years ago • 1 comments

Describe the feature and the current behavior/state. Support for CorrelationCost along just 1 dimension. Currently CorrelationCost applies the kernel in both directions, horizontal and vertical, as described in the original FlowNet paper. When working with rectified stereo images, you may only need to compute the correlation cost in horizontal lines, as done in DispNet.

Relevant information

  • Are you willing to contribute it (yes/no): No
  • Are you willing to maintain it going forward? (yes/no): No
  • Is there a relevant academic paper? (if so, where): DispNet
  • Is there already an implementation in another framework? (if so, where): lmbspecialops repository Repository with different operations used in FlowNet, DispNet and others.
  • Was it part of tf.contrib? (if so, where): No

Which API type would this fall under (layer, metric, optimizer, etc.) It should be a layer as CorrelationCost Who will benefit with this feature? Researchers working with rectified stereo images where the information should only be searched along horizontal lines.

serizba avatar Jun 02 '20 19:06 serizba

@seanpmorgan

Hey, I would like to implement this feature. (This is my first time contributing to Tensorflow) Could you assign this to me?

chekoduadarsh avatar Dec 20 '21 13:12 chekoduadarsh

TensorFlow Addons is transitioning to a minimal maintenance and release mode. New features will not be added to this repository. For more information, please see our public messaging on this decision: TensorFlow Addons Wind Down

Please consider sending feature requests / contributions to other repositories in the TF community with a similar charters to TFA: Keras Keras-CV Keras-NLP

seanpmorgan avatar Mar 01 '23 03:03 seanpmorgan