Skip to content

Commit c272fcb

Browse files
author
Brook Roberts
committed
Add logging comment to indicate when we are calculating mesh
1 parent 2cbe539 commit c272fcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opensfm/commands/mesh.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ def run(self, args):
2121
graph = data.load_tracks_graph()
2222
reconstructions = data.load_reconstruction()
2323

24+
logger.debug("Starting calculation of reconstruction mesh")
25+
2426
for i, r in enumerate(reconstructions):
2527
for shot in r.shots.values():
2628
if shot.id in graph:

0 commit comments

Comments
 (0)