kopia lustrzana https://github.com/OpenDroneMap/ODM
rodzic
f8e53df120
commit
64566a9337
|
|
@ -8,7 +8,7 @@ ExternalProject_Add(${_proj_name}
|
||||||
STAMP_DIR ${_SB_BINARY_DIR}/stamp
|
STAMP_DIR ${_SB_BINARY_DIR}/stamp
|
||||||
#--Download step--------------
|
#--Download step--------------
|
||||||
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}
|
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}
|
||||||
URL https://github.com/connormanning/entwine/archive/d0ed334514a00b234a6fd60b97e1b04353b560f0.zip
|
URL https://github.com/connormanning/entwine/archive/01ff206ca15c5001150f3de9fb202491c388e63c.zip
|
||||||
#--Update/Patch step----------
|
#--Update/Patch step----------
|
||||||
UPDATE_COMMAND ""
|
UPDATE_COMMAND ""
|
||||||
#--Configure step-------------
|
#--Configure step-------------
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ def build(input_point_cloud_files, output_path, max_concurrency=8, rerun=False):
|
||||||
kwargs = {
|
kwargs = {
|
||||||
'threads': max_concurrency,
|
'threads': max_concurrency,
|
||||||
'tmpdir': tmpdir,
|
'tmpdir': tmpdir,
|
||||||
'input': "-i " + ", -i ".join(map(quote, input_point_cloud_files)),
|
'input': "-i " + " ".join(map(quote, input_point_cloud_files)),
|
||||||
'outputdir': output_path
|
'outputdir': output_path
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue