kopia lustrzana https://github.com/OpenDroneMap/ODM
Use --diagram_max_points when computing stats
rodzic
3ca4629f08
commit
e96481a861
|
@ -9,7 +9,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/OpenSfM/
|
GIT_REPOSITORY https://github.com/OpenDroneMap/OpenSfM/
|
||||||
GIT_TAG 240
|
GIT_TAG 241
|
||||||
#--Update/Patch step----------
|
#--Update/Patch step----------
|
||||||
UPDATE_COMMAND git submodule update --init --recursive
|
UPDATE_COMMAND git submodule update --init --recursive
|
||||||
#--Configure step-------------
|
#--Configure step-------------
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.4.0
|
2.4.1
|
||||||
|
|
|
@ -395,7 +395,7 @@ class OSFMContext:
|
||||||
log.ODM_INFO("Export reconstruction stats")
|
log.ODM_INFO("Export reconstruction stats")
|
||||||
stats_path = self.path("stats", "stats.json")
|
stats_path = self.path("stats", "stats.json")
|
||||||
if not os.path.exists(stats_path) or rerun:
|
if not os.path.exists(stats_path) or rerun:
|
||||||
self.run("compute_statistics")
|
self.run("compute_statistics --diagram_max_points 100000")
|
||||||
else:
|
else:
|
||||||
log.ODM_WARNING("Found existing reconstruction stats %s" % stats_path)
|
log.ODM_WARNING("Found existing reconstruction stats %s" % stats_path)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue