kopia lustrzana https://github.com/OpenDroneMap/ODM
Update OpenSfM, ceres
rodzic
b9bf1d75a7
commit
493f05406d
|
@ -8,7 +8,7 @@ ExternalProject_Add(${_proj_name}
|
|||
STAMP_DIR ${_SB_BINARY_DIR}/stamp
|
||||
#--Download step--------------
|
||||
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}
|
||||
URL http://ceres-solver.org/ceres-solver-1.14.0.tar.gz
|
||||
URL http://ceres-solver.org/ceres-solver-2.0.0.tar.gz
|
||||
#--Update/Patch step----------
|
||||
UPDATE_COMMAND ""
|
||||
#--Configure step-------------
|
||||
|
|
|
@ -19,7 +19,7 @@ ExternalProject_Add(${_proj_name}
|
|||
#--Download step--------------
|
||||
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}
|
||||
GIT_REPOSITORY https://github.com/OpenDroneMap/OpenSfM/
|
||||
GIT_TAG 284
|
||||
GIT_TAG 286
|
||||
#--Update/Patch step----------
|
||||
UPDATE_COMMAND git submodule update --init --recursive
|
||||
#--Configure step-------------
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.8.5
|
||||
2.8.6
|
||||
|
|
|
@ -223,7 +223,6 @@ class OSFMContext:
|
|||
"align_orientation_prior: vertical",
|
||||
"triangulation_type: ROBUST",
|
||||
"retriangulation_ratio: 2",
|
||||
"bundle_compensate_gps_bias: yes",
|
||||
]
|
||||
|
||||
if args.camera_lens != 'auto':
|
||||
|
|
Ładowanie…
Reference in New Issue