We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cea9e commit 9a9b40aCopy full SHA for 9a9b40a
opensfm/commands/export_openmvs.py
@@ -19,8 +19,8 @@ def add_arguments(self, parser):
19
20
def run(self, args):
21
data = dataset.DataSet(args.dataset)
22
- reconstructions = data.load_reconstruction()
23
- graph = data.load_tracks_graph()
+ reconstructions = data.load_undistorted_reconstruction()
+ graph = data.load_undistorted_tracks_graph()
24
25
if reconstructions:
26
self.export(reconstructions[0], graph, data)
0 commit comments