kopia lustrzana https://github.com/OpenDroneMap/ODM
rodzic
2722079560
commit
1a84fe8edf
|
@ -50,7 +50,8 @@ class ODMApp(ecto.BlackBox):
|
|||
hybrid_bundle_adjustment=p.args.use_hybrid_bundle_adjustment),
|
||||
'slam': ODMSlamCell(),
|
||||
|
||||
'mve': ODMMveCell(output_scale=p.args.mve_output_scale),
|
||||
'mve': ODMMveCell(output_scale=p.args.mve_output_scale,
|
||||
threads=p.args.max_concurrency),
|
||||
|
||||
'meshing': ODMeshingCell(max_vertex=p.args.mesh_size,
|
||||
oct_tree=p.args.mesh_octree_depth,
|
||||
|
|
Ładowanie…
Reference in New Issue