princeton-vl / DROID-SLAM

BSD 3-Clause "New" or "Revised" License
1.65k stars 272 forks source link

Wrong indexing in induced_flow function #110

Open EXing opened 10 months ago

EXing commented 10 months ago

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

EXing commented 10 months ago

60

10