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

Proxy-geometry generation pipeline #22

Closed
shubham-goel opened this issue Mar 12, 2021 · 2 comments
Closed

Proxy-geometry generation pipeline #22

shubham-goel opened this issue Mar 12, 2021 · 2 comments

Comments

@shubham-goel
Copy link

Hi, This is great work!! Thank you for making your code public :)

I'm trying to use your proxy-geometry generation pipeline using the scripts in co/colmap.py but am not a 100% sure I'm doing it right. Is this how you generated the meshes in your paper? Thanks in advance!

colmap = Colmap(...)
colmap.sparse_reconstruction_unknown_calib()
colmap.dense_reconstruction()
colmap.delaunay_meshing()
@griegler
Copy link
Contributor

Yes, if you want to include all images in your reconstruction. If you want to keep certain images aside for testing, you would have to run sparse_reconstruction_unknown_calib first und then use sparse_reconstruction_unknown_calib using only the images/poses that should be included in the source set. The rest remains the same.

@shubham-goel
Copy link
Author

Thank you!

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