Skip to content

Commit

Permalink
Increase auto-boundary distance factor
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Jul 5, 2023
1 parent 80c4ce5 commit 8121fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stages/odm_filterpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def process(self, args, outputs):
else:
avg_gsd = gsd.opensfm_reconstruction_average_gsd(tree.opensfm_reconstruction)
if avg_gsd is not None:
boundary_distance = avg_gsd * 20 # 20 is arbitrary
boundary_distance = avg_gsd * 100 # 100 is arbitrary

if boundary_distance is not None:
outputs['boundary'] = compute_boundary_from_shots(tree.opensfm_reconstruction, boundary_distance, reconstruction.get_proj_offset())
Expand Down

0 comments on commit 8121fca

Please sign in to comment.