Skip to content

Commit

Permalink
Bump the near plane to 1e-3
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Nov 23, 2021
1 parent 8f253dc commit 0ab0e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixloc/pixlib/geometry/wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def __repr__(self):


class Camera(TensorWrapper):
eps = 1e-4
eps = 1e-3

def __init__(self, data: torch.Tensor):
assert data.shape[-1] in {6, 8, 10}
Expand Down

0 comments on commit 0ab0e79

Please sign in to comment.