Skip to content

Add type annotations to python example scripts#3889

Merged
ahojnnes merged 3 commits intomainfrom
user/jsch/python-type-annotations
Dec 29, 2025
Merged

Add type annotations to python example scripts#3889
ahojnnes merged 3 commits intomainfrom
user/jsch/python-type-annotations

Conversation

@ahojnnes
Copy link
Contributor

No description provided.

@ahojnnes ahojnnes enabled auto-merge (squash) December 29, 2025 04:44
@ahojnnes ahojnnes merged commit 384cca8 into main Dec 29, 2025
14 checks passed
@ahojnnes ahojnnes deleted the user/jsch/python-type-annotations branch December 29, 2025 07:24
# )
# summary = pyceres.SolverSummary()
# pyceres.solve(solver_options, bundle_adjuster.problem, summary)
# summary = pycolmap.pyceres.SolverSummary()
Copy link
Contributor

Choose a reason for hiding this comment

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

These two commented lines should not be updated, since we did not bind pyceres.Problem and pyceres.Solve in pycolmap. Here the logic was that we can either use the colmap internal solve to return the summary (binded), or alternatively rely on pyceres.Solve directly on the auto binded problem from bundle adjuster.

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.

3 participants