Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe authored Sep 7, 2024
2 parents b1b665c + 41860cf commit a103508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hloc/utils/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ def add_image(
self,
name,
camera_id,
prior_q=np.full(4, np.NaN),
prior_t=np.full(3, np.NaN),
prior_q=np.full(4, np.nan),
prior_t=np.full(3, np.nan),
image_id=None,
):
cursor = self.execute(
Expand Down

0 comments on commit a103508

Please sign in to comment.