Use --diagram_max_points when computing stats

pull/1228/head
Piero Toffanin 2021-01-18 14:11:35 -05:00
rodzic 3ca4629f08
commit e96481a861
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ ExternalProject_Add(${_proj_name}
#--Download step--------------
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}
GIT_REPOSITORY https://github.com/OpenDroneMap/OpenSfM/
GIT_TAG 240
GIT_TAG 241
#--Update/Patch step----------
UPDATE_COMMAND git submodule update --init --recursive
#--Configure step-------------

Wyświetl plik

@ -1 +1 @@
2.4.0
2.4.1

Wyświetl plik

@ -395,7 +395,7 @@ class OSFMContext:
log.ODM_INFO("Export reconstruction stats")
stats_path = self.path("stats", "stats.json")
if not os.path.exists(stats_path) or rerun:
self.run("compute_statistics")
self.run("compute_statistics --diagram_max_points 100000")
else:
log.ODM_WARNING("Found existing reconstruction stats %s" % stats_path)