Upgrade OpenMVS

pull/1689/head
Piero Toffanin 2023-08-21 19:42:21 +00:00
rodzic e9e18050a2
commit 4b8cf9af3d
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -53,7 +53,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 317 GIT_TAG 320
#--Update/Patch step---------- #--Update/Patch step----------
UPDATE_COMMAND "" UPDATE_COMMAND ""
#--Configure step------------- #--Configure step-------------

Wyświetl plik

@ -1 +1 @@
3.1.9 3.2.0

Wyświetl plik

@ -71,6 +71,7 @@ class ODMOpenMVSStage(types.ODM_Stage):
"--max-threads %s" % args.max_concurrency, "--max-threads %s" % args.max_concurrency,
"--number-views-fuse %s" % number_views_fuse, "--number-views-fuse %s" % number_views_fuse,
"--sub-resolution-levels %s" % subres_levels, "--sub-resolution-levels %s" % subres_levels,
"--archive-type 3",
'-w "%s"' % depthmaps_dir, '-w "%s"' % depthmaps_dir,
"-v 0" "-v 0"
] ]