Export cameras during remote sm processing

pull/1026/head
Piero Toffanin 2019-09-12 22:58:11 -04:00
rodzic e63d043df2
commit 58bd36744d
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -453,7 +453,8 @@ class ReconstructionTask(Task):
seed_touch_files=["opensfm/split_merge_stop_at_reconstruction.txt"],
outputs=["opensfm/matches", "opensfm/features",
"opensfm/reconstruction.json",
"opensfm/tracks.csv"])
"opensfm/tracks.csv",
"cameras.json"])
else:
log.ODM_INFO("Already processed feature matching and reconstruction for %s" % octx.name())
done()