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

Help me understand the code #520

Closed
gluttony47 opened this issue Jun 21, 2019 · 1 comment
Closed

Help me understand the code #520

gluttony47 opened this issue Jun 21, 2019 · 1 comment

Comments

@gluttony47
Copy link

I want to learn what is under the hood of meshroom. i understand the pipeline as described in the meshroom manual https://docs.google.com/document/d/17HYtYS1tvx053k3_nO6Z2GnP2R3cXMlGMN-1WIe3kJE/edit# (great job on the manual by the way). but i am stuck while reading the code as i am not sure where should i begin. can anyone please help? for example, you can say - "go read this code script xyz.py to begin understanding how to construct mesh from dense cloud points"

thanks

@natowi
Copy link
Member

natowi commented Jun 21, 2019

When you start Meshroom, there is a CLI window in the background. You can run the nodes in Meshroom and check the CLI parameters to see how Meshroom calls up alicevision.

You can take a look at the Meshroom GUI nodes. The nodes basically call up the alicevision package functions located here and here.

The compiled alicevision files can be found with the Meshroom binary release in Meshroom/alicevision/bin

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

No branches or pull requests

2 participants