mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 23:38:48 +02:00
Draft Reconstruction pipeline
This commit is contained in:
parent
1a9692d498
commit
d30571ce7d
4 changed files with 53 additions and 2 deletions
|
@ -496,6 +496,9 @@ class Reconstruction(UIGraph):
|
|||
elif p.lower() == "cameratracking":
|
||||
# default camera tracking pipeline
|
||||
self.setGraph(multiview.cameraTracking())
|
||||
elif p.lower() == "photogrammetrydraft":
|
||||
# photogrammetry pipeline in draft mode (no cuda)
|
||||
self.setGraph(multiview.photogrammetryDraft())
|
||||
else:
|
||||
# use the user-provided default photogrammetry project file
|
||||
self.load(p, setupProjectFile=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue