kopia lustrzana https://github.com/OpenDroneMap/ODM
Defaults tuning
rodzic
ba73be8245
commit
f37e817851
|
@ -407,7 +407,7 @@ def config():
|
||||||
|
|
||||||
parser.add_argument('--dem-gapfill-steps',
|
parser.add_argument('--dem-gapfill-steps',
|
||||||
metavar='<positive integer>',
|
metavar='<positive integer>',
|
||||||
default=4,
|
default=3,
|
||||||
type=int,
|
type=int,
|
||||||
help='Number of steps used to fill areas with gaps. Set to 0 to disable gap filling. '
|
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 '
|
'Starting with a radius equal to the output resolution, N different DEMs are generated with '
|
||||||
|
|
|
@ -172,7 +172,7 @@ class ODMGeoreferencingCell(ecto.Cell):
|
||||||
log.ODM_INFO("Calculating cropping area and generating bounds shapefile from point cloud")
|
log.ODM_INFO("Calculating cropping area and generating bounds shapefile from point cloud")
|
||||||
cropper = Cropper(tree.odm_georeferencing, 'odm_georeferenced_model')
|
cropper = Cropper(tree.odm_georeferencing, 'odm_georeferenced_model')
|
||||||
cropper.create_bounds_shapefile(tree.odm_georeferencing_model_laz, args.crop,
|
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)
|
outlier_radius=20 if args.fast_orthophoto else 2)
|
||||||
|
|
||||||
# Do not execute a second time, since
|
# Do not execute a second time, since
|
||||||
|
|
Ładowanie…
Reference in New Issue