Skip to content

Commit

Permalink
Merge pull request #1689 from pierotofy/mvsup
Browse files Browse the repository at this point in the history
Tower mode (OpenMVS update), fixes
  • Loading branch information
pierotofy authored Aug 22, 2023
2 parents e9e1805 + 3fc46a1 commit f5604a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SuperBuild/cmake/External-FPCFilter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ExternalProject_Add(${_proj_name}
#--Download step--------------
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}
GIT_REPOSITORY https://github.com/OpenDroneMap/FPCFilter
GIT_TAG 305
GIT_TAG 320
#--Update/Patch step----------
UPDATE_COMMAND ""
#--Configure step-------------
Expand Down
2 changes: 1 addition & 1 deletion SuperBuild/cmake/External-OpenMVS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ExternalProject_Add(${_proj_name}
#--Download step--------------
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}
GIT_REPOSITORY https://github.com/OpenDroneMap/openMVS
GIT_TAG 317
GIT_TAG 320
#--Update/Patch step----------
UPDATE_COMMAND ""
#--Configure step-------------
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.9
3.2.0
1 change: 1 addition & 0 deletions stages/openmvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def process(self, args, outputs):
"--max-threads %s" % args.max_concurrency,
"--number-views-fuse %s" % number_views_fuse,
"--sub-resolution-levels %s" % subres_levels,
"--archive-type 3",
'-w "%s"' % depthmaps_dir,
"-v 0"
]
Expand Down

0 comments on commit f5604a0

Please sign in to comment.