Skip to content

fix: reconstruction with pycolmap mapper option input level error#493

Open
monty3396 wants to merge 1 commit intocvg:masterfrom
monty3396:fix/reconstruction
Open

fix: reconstruction with pycolmap mapper option input level error#493
monty3396 wants to merge 1 commit intocvg:masterfrom
monty3396:fix/reconstruction

Conversation

@monty3396
Copy link
Copy Markdown

when exec reconstruction scripts with --mapper_option (example: filter_min_tri_angle=1.5)
image
because pycolmap.incremental_mapping function options' type is pycolmap._core.IncrementalPipelineOption. IncrementalPipelineOptions type includes top level (include mapper)and sub level (mapper's config parameter). The original code placed them on the same level(top level). so an error occurred。
changed success
image

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.

1 participant