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 2cbe539 commit c272fcbCopy full SHA for c272fcb
opensfm/commands/mesh.py
@@ -21,6 +21,8 @@ def run(self, args):
21
graph = data.load_tracks_graph()
22
reconstructions = data.load_reconstruction()
23
24
+ logger.debug("Starting calculation of reconstruction mesh")
25
+
26
for i, r in enumerate(reconstructions):
27
for shot in r.shots.values():
28
if shot.id in graph:
0 commit comments