Export cameras during remote sm processing

Former-commit-id: 58bd36744d
pull/1161/head
Piero Toffanin 2019-09-12 22:58:11 -04:00
rodzic a410720c6a
commit 3ec82c6f8e
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"], seed_touch_files=["opensfm/split_merge_stop_at_reconstruction.txt"],
outputs=["opensfm/matches", "opensfm/features", outputs=["opensfm/matches", "opensfm/features",
"opensfm/reconstruction.json", "opensfm/reconstruction.json",
"opensfm/tracks.csv"]) "opensfm/tracks.csv",
"cameras.json"])
else: else:
log.ODM_INFO("Already processed feature matching and reconstruction for %s" % octx.name()) log.ODM_INFO("Already processed feature matching and reconstruction for %s" % octx.name())
done() done()