princeton-vl / DROID-SLAM

BSD 3-Clause "New" or "Revised" License
1.82k stars 302 forks source link

Wrong indexing in induced_flow function #110

Open EXing opened 1 year ago

EXing commented 1 year ago

ht, wd = disps.shape[2:] should be ht, wd = disps.shape[-2:]

EXing commented 1 year ago

60

10