princeton-vl / DROID-SLAM

BSD 3-Clause "New" or "Revised" License
1.75k stars 295 forks source link

Update factor_graph.py #94

Closed ckLibra closed 1 year ago

ckLibra commented 1 year ago

Currently tstamp is not aligned to other attributes in depth_video, such as images, poses, disps. So I add self.video.tstamp[ix] = self.video.tstamp[ix+1] to fix this bug.