-
-
Notifications
You must be signed in to change notification settings - Fork 924
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
common: add COLMAP SfM to MvgMvsPipeline.py #977
Conversation
ghost
commented
Apr 21, 2023
•
edited by ghost
Loading
edited by ghost
- Added steps for COLMAP SfM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great, thank you!
MvgMvsPipeline.py
Outdated
13. Exhaustive Matcher colmap | ||
14. Mapper colmap | ||
15. Image Undistorter colmap | ||
16. Export to openMVS interfaceCOLMAP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be capital I
InterfaceCOLMAP
@@ -21,19 +22,24 @@ | |||
2. Compute pairs openMVG_main_PairGenerator | |||
3. Compute matches openMVG_main_ComputeMatches | |||
4. Filter matches openMVG_main_GeometricFilter | |||
5. Incremental reconstruction openMVG_main_IncrementalSfM | |||
6. Global reconstruction openMVG_main_GlobalSfM | |||
5. Incremental reconstruction openMVG_main_SfM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was this changed in latest OpenMVG?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed the windows version