kopia lustrzana https://github.com/OpenDroneMap/ODM
Fix warning log call
rodzic
5dd0859f47
commit
b2c9079624
|
@ -41,7 +41,7 @@ class ODMFilterPoints(types.ODM_Stage):
|
||||||
if boundary_distance is not None:
|
if boundary_distance is not None:
|
||||||
outputs['boundary'] = compute_boundary_from_shots(tree.opensfm_reconstruction, boundary_distance, reconstruction.get_proj_offset())
|
outputs['boundary'] = compute_boundary_from_shots(tree.opensfm_reconstruction, boundary_distance, reconstruction.get_proj_offset())
|
||||||
if outputs['boundary'] is None:
|
if outputs['boundary'] is None:
|
||||||
log.ODM_WANING("Cannot compute boundary from camera shots")
|
log.ODM_WARNING("Cannot compute boundary from camera shots")
|
||||||
else:
|
else:
|
||||||
log.ODM_WARNING("Cannot compute boundary (GSD cannot be estimated)")
|
log.ODM_WARNING("Cannot compute boundary (GSD cannot be estimated)")
|
||||||
else:
|
else:
|
||||||
|
|
Ładowanie…
Reference in New Issue