diff --git a/scripts/odm_meshing.py b/scripts/odm_meshing.py index 6c8abead..dc8f1973 100644 --- a/scripts/odm_meshing.py +++ b/scripts/odm_meshing.py @@ -48,7 +48,7 @@ class ODMeshingCell(ecto.Cell): 'odm_meshing' in args.rerun_from) if not io.file_exists(tree.odm_mesh) or rerun_cell: - log.ODM_DEBUG('Writting ODM Mesh file in: %s' % tree.odm_mesh) + log.ODM_DEBUG('Writing ODM Mesh file in: %s' % tree.odm_mesh) kwargs = { 'bin': context.odm_modules_path, diff --git a/scripts/opensfm.py b/scripts/opensfm.py index 298ec88f..21d80221 100644 --- a/scripts/opensfm.py +++ b/scripts/opensfm.py @@ -66,7 +66,7 @@ class ODMOpenSfMCell(ecto.Cell): "matching_gps_neighbors: %s" % self.params.matching_gps_neighbors ] - if args['matcher_distance'] > 0: + if args.matcher_distance > 0: config.append("matching_gps_distance: %s" % self.params.matching_gps_distance) # write config file