Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft Reconstruction pipeline #1489

Merged
merged 1 commit into from
Sep 13, 2021

Conversation

remmel
Copy link
Contributor

@remmel remmel commented Jul 26, 2021

Description

In order to easier the use of Meshroom for user who don't have an NVIDIA CUDA card, I think that it is important to be able to start a project with the appropriate pipeline without customing it manually.
Related with wiki page https://github.com/alicevision/meshroom/wiki/Draft-Meshing

Features list

Add File > New Pipeline > Photogrammetry (No CUDA)
image

Remarks

Use the same parameters than others pipelines
An alternative would be to alicevision/AliceVision#439 or to make it compatible with OpenMVS which doesn't need CUDA

@remmel remmel marked this pull request as ready for review July 28, 2021 08:23
@@ -496,6 +496,9 @@ def new(self, pipeline=None):
elif p.lower() == "cameratracking":
# default camera tracking pipeline
self.setGraph(multiview.cameraTracking())
elif p.lower() == "photogrammetrynocuda":
# default panorama fisheye hdr pipeline
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# default panorama fisheye hdr pipeline
# draft mode for the photogrammetry pipeline that does not require cuda

@@ -496,6 +496,9 @@ def new(self, pipeline=None):
elif p.lower() == "cameratracking":
# default camera tracking pipeline
self.setGraph(multiview.cameraTracking())
elif p.lower() == "photogrammetrynocuda":
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be better to name everything draft (instead of nocuda):

Suggested change
elif p.lower() == "photogrammetrynocuda":
elif p.lower() == "photogrammetrydraft":

@fabiencastan fabiencastan added this to the Meshroom 2021.2.0 milestone Sep 13, 2021
@fabiencastan fabiencastan merged commit a9abd29 into alicevision:develop Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants