-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
Describe the problem or feature request
A novel correlation layer is introduced in the FlowNet paper: https://arxiv.org/abs/1504.06852. This layer has been implemented in a pull request and it sounds like this will be added to Tensorflow/addons soon:
tensorflow/tensorflow#11956
tensorflow/tensorflow#21392
I am familiar with the mechanics of the correlation layer and recently did work on 3d convolutions in tfjs, I'd be happy to implement the correlation layer in tfjs :)
evancasey and moeiscool