Skip to content

Commit

Permalink
fix no motion bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Huangying-Zhan authored Mar 14, 2022
1 parent 4cd9b24 commit 50e6ffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/dfvo.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def tracking(self):
self.cur_data['pose'] = SE3(self.dataset.gt_poses[self.cur_data['id']])
else:
self.cur_data['pose'] = SE3()
self.ref_data['motion'] = SE3()
return

# Second to last frames
Expand Down

0 comments on commit 50e6ffa

Please sign in to comment.