kopia lustrzana https://github.com/OpenDroneMap/ODM
Update OpenMVS
rodzic
ff3a5b7f13
commit
32ef814806
|
@ -43,7 +43,7 @@ ExternalProject_Add(${_proj_name}
|
||||||
#--Download step--------------
|
#--Download step--------------
|
||||||
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}
|
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}
|
||||||
GIT_REPOSITORY https://github.com/OpenDroneMap/openMVS
|
GIT_REPOSITORY https://github.com/OpenDroneMap/openMVS
|
||||||
GIT_TAG 266
|
GIT_TAG 267
|
||||||
#--Update/Patch step----------
|
#--Update/Patch step----------
|
||||||
UPDATE_COMMAND ""
|
UPDATE_COMMAND ""
|
||||||
#--Configure step-------------
|
#--Configure step-------------
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.6.6
|
2.6.7
|
||||||
|
|
|
@ -62,6 +62,7 @@ class ODMOpenMVSStage(types.ODM_Stage):
|
||||||
|
|
||||||
config = [
|
config = [
|
||||||
" --resolution-level %s" % int(resolution_level),
|
" --resolution-level %s" % int(resolution_level),
|
||||||
|
#"--cuda-device -1", # TODO REMOVE
|
||||||
"--min-resolution %s" % depthmap_resolution,
|
"--min-resolution %s" % depthmap_resolution,
|
||||||
"--max-resolution %s" % int(outputs['undist_image_max_size']),
|
"--max-resolution %s" % int(outputs['undist_image_max_size']),
|
||||||
"--max-threads %s" % args.max_concurrency,
|
"--max-threads %s" % args.max_concurrency,
|
||||||
|
|
Ładowanie…
Reference in New Issue