Increase auto-boundary distance factor

pull/1672/head
Piero Toffanin 2023-07-05 16:19:15 +02:00
rodzic 80c4ce517c
commit 8121fca607
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ class ODMFilterPoints(types.ODM_Stage):
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())