kopia lustrzana https://github.com/OpenDroneMap/ODM
Always use entwine first
rodzic
47bd1d600d
commit
09a4d0cdf6
|
@ -28,10 +28,6 @@ def build(input_point_cloud_files, output_path, max_concurrency=8, rerun=False):
|
||||||
if rerun:
|
if rerun:
|
||||||
dir_cleanup()
|
dir_cleanup()
|
||||||
|
|
||||||
# On Windows we always use Untwine
|
|
||||||
if sys.platform == 'win32':
|
|
||||||
build_untwine(input_point_cloud_files, tmpdir, output_path, max_concurrency=max_concurrency)
|
|
||||||
else:
|
|
||||||
# Attempt with entwine (faster, more memory hungry)
|
# Attempt with entwine (faster, more memory hungry)
|
||||||
try:
|
try:
|
||||||
build_entwine(input_point_cloud_files, tmpdir, output_path, max_concurrency=max_concurrency)
|
build_entwine(input_point_cloud_files, tmpdir, output_path, max_concurrency=max_concurrency)
|
||||||
|
|
Ładowanie…
Reference in New Issue