Skip to content

Commit

Permalink
Revert OpenMVS to 291
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Oct 21, 2022
1 parent 4134f72 commit 70d2b76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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 292
GIT_TAG 291
#--Update/Patch step----------
UPDATE_COMMAND ""
#--Configure step-------------
Expand Down
3 changes: 2 additions & 1 deletion stages/openmvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ def process(self, args, outputs):
gpu_config = []
use_gpu = has_gpu(args)
if use_gpu:
gpu_config.append("--cuda-device -3")
# gpu_config.append("--cuda-device -3")
gpu_config.append("--cuda-device -1")
else:
gpu_config.append("--cuda-device -2")

Expand Down

0 comments on commit 70d2b76

Please sign in to comment.