feat: Add Bundle Adjustment for camera extrinsic refinement#218
Closed
hunminkim98 wants to merge 1 commit intoperfanalytics:mainfrom
Closed
feat: Add Bundle Adjustment for camera extrinsic refinement#218hunminkim98 wants to merge 1 commit intoperfanalytics:mainfrom
hunminkim98 wants to merge 1 commit intoperfanalytics:mainfrom
Conversation
- Add bundle_adjustment.py module with GPU-accelerated BA using ba-cuda - Integrate BA into triangulation.py for post-triangulation refinement - Add bundle_adjustment config section to Config.toml templates - Add ba-cuda as optional dependency in pyproject.toml Bundle Adjustment features: - Levenberg-Marquardt optimization with analytical Jacobians - Huber loss for outlier robustness - Confidence-weighted optimization using keypoint scores - Reference camera (cam 0) fixed during optimization - Intrinsic parameters fixed, only extrinsics refined Config options: - triangulation.bundle_adjustment.enabled - triangulation.bundle_adjustment.max_iterations - triangulation.bundle_adjustment.tolerance - triangulation.bundle_adjustment.huber_delta - triangulation.bundle_adjustment.use_confidence_weights Install with: pip install pose2sim[ba]
Collaborator
|
Looking forward to it! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sorry for the confusion!
I've tested the AI agent and it produces the wrong PR.
I'll come back here when I've successfully implemented it!