-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Open
Labels
triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
This module was used by FlowNetC, it is described here (in section 3.)
Here is the caffe implementation of the authors
https://github.com/lmb-freiburg/flownet2/blob/master/src/caffe/layers/correlation_layer.cu
Here is one tensorflow implementation
https://github.com/sampepose/flownet2-tf/tree/master/src/ops/correlation
And also NVIDIA recently released a custom pytorch operator here
https://github.com/NVIDIA/flownet2-pytorch/tree/master/networks/correlation_package
here is another attempt in pytorch (but only high level)
https://github.com/onlytailei/pytorch-flownet2/blob/master/nets/flownetC.py#L45
Would it be useful to add such a feature in functional pytorch library ?
vadimkantorov, Feynman27, ShethR, ZhengRui, Kaixhin and 28 moredevraj89, socome and bhack
Metadata
Metadata
Assignees
Labels
triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module