sniklaus / pytorch-pwc

a reimplementation of PWC-Net in PyTorch that matches the official Caffe version
GNU General Public License v3.0
608 stars 122 forks source link

About the direction of estimated flow #51

Closed jinyummiao closed 2 years ago

jinyummiao commented 2 years ago

Hi, thanks for your work! Does the estimated flow is from image 1 to image 2?

sniklaus commented 2 years ago

Yes, it estimates flow from the first to the second image. If you would like the flow in the other direction, just swap the inputs.

jinyummiao commented 2 years ago

Thanks for your reply:)