anuragranj / spynet

Spatial Pyramid Network for Optical Flow
Other
236 stars 48 forks source link

Some questions about the flo result. #18

Open Lucksong opened 4 years ago

Lucksong commented 4 years ago

Hi, thanks for your work, I intend to apply it to my job and I have some questions to confirm. Which image is the optical flow referenced to in the code? im1 + flow = im2 or im2 + flow = img1? The two channels in the flow result represent horizontal(cols) and vertical(rows) translation respectively?