lliuz / ARFlow

The official PyTorch implementation of the paper "Learning by Analogy: Reliable Supervision from Transformations for Unsupervised Optical Flow Estimation".
MIT License
251 stars 50 forks source link

Is the correlation module here the same as IRR? #1

Closed yzfly closed 4 years ago

yzfly commented 4 years ago

Is the correlation module here the same as IRR?

I have created environment for IRR and can run the code smoothly, so I want to know:

if I have install correlation module follow the IRR's instruction, can I use it for ARFlow too?

lliuz commented 4 years ago

Yes, it is the same as the one in IRR, PWC-Net or others.

yzfly commented 4 years ago

Thank you