Defaults tuning

pull/889/head
Piero Toffanin 2018-07-02 20:39:36 -04:00
rodzic ba73be8245
commit f37e817851
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -407,7 +407,7 @@ def config():
parser.add_argument('--dem-gapfill-steps',
metavar='<positive integer>',
default=4,
default=3,
type=int,
help='Number of steps used to fill areas with gaps. Set to 0 to disable gap filling. '
'Starting with a radius equal to the output resolution, N different DEMs are generated with '

Wyświetl plik

@ -172,7 +172,7 @@ class ODMGeoreferencingCell(ecto.Cell):
log.ODM_INFO("Calculating cropping area and generating bounds shapefile from point cloud")
cropper = Cropper(tree.odm_georeferencing, 'odm_georeferenced_model')
cropper.create_bounds_shapefile(tree.odm_georeferencing_model_laz, args.crop,
decimation_step=40 if args.fast_orthophoto else 90,
decimation_step=40 if args.fast_orthophoto or args.use_opensfm_dense else 90,
outlier_radius=20 if args.fast_orthophoto else 2)
# Do not execute a second time, since