sniklaus / pytorch-pwc

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

How to do forward warping using im1 and flow? #14

Closed HopLee6 closed 5 years ago

HopLee6 commented 5 years ago

Given the first image and the forward flow, how can I perform forward warping to get im2?

sniklaus commented 5 years ago

I am afraid PWC-Net does backward warping, not forward warping: https://github.com/sniklaus/pytorch-pwc/blob/d8d55b26a2d429e3cd8429ccbe78974001da885b/run.py#L149

HopLee6 commented 5 years ago

In your paper "Context-aware Synthesis for Video Frame Interpolation", you use forward warping, so will please release your code of this paper?