princeton-vl / RAFT

BSD 3-Clause "New" or "Revised" License
3.12k stars 621 forks source link

Is this a typo in the paper? #145

Closed zzowenzz closed 1 year ago

zzowenzz commented 1 year ago

Hi, I have a question about the chapter Approach in the paper with

we estimate a dense displacement field (f1,f2) which maps each pixel (u, v) in I2 to its corresponding coordinates (u′, v′) = (u + f 1(u), v + f 2(v)) in I2

Should it be mapped from I1 to I2 instead of I2 to itself?