You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: