pull/1362/head
Piero Toffanin 2021-10-25 11:55:03 -04:00
rodzic ff3a5b7f13
commit 32ef814806
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -43,7 +43,7 @@ ExternalProject_Add(${_proj_name}
#--Download step--------------
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}
GIT_REPOSITORY https://github.com/OpenDroneMap/openMVS
GIT_TAG 266
GIT_TAG 267
#--Update/Patch step----------
UPDATE_COMMAND ""
#--Configure step-------------

Wyświetl plik

@ -1 +1 @@
2.6.6
2.6.7

Wyświetl plik

@ -62,6 +62,7 @@ class ODMOpenMVSStage(types.ODM_Stage):
config = [
" --resolution-level %s" % int(resolution_level),
#"--cuda-device -1", # TODO REMOVE
"--min-resolution %s" % depthmap_resolution,
"--max-resolution %s" % int(outputs['undist_image_max_size']),
"--max-threads %s" % args.max_concurrency,