feat: Phase 4 - Dense Reconstruction Pipeline Foundation#1409
Open
aaryaj154 wants to merge 2 commits into
Open
feat: Phase 4 - Dense Reconstruction Pipeline Foundation#1409aaryaj154 wants to merge 2 commits into
aaryaj154 wants to merge 2 commits into
Conversation
|
@aaryaj154 is attempting to deploy a commit to the CodeBlooded's projects Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
|
Hi @aaryaj154, thanks for contributing to Nyay Setu! 🎉 I have automatically:
Our workflows will now analyze your changes to classify:
Tip Ensure your PR description references the issue it resolves (e.g. Happy coding! 🚀 |
viru0909-dev
requested changes
Jun 21, 2026
viru0909-dev
left a comment
Owner
There was a problem hiding this comment.
PR appears to add dense 3D reconstruction (COLMAP) logic which is completely unrelated to the NyaySetu virtual judiciary platform. Please close this or ensure you are targeting the correct repository.
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.
Pull Request
Description
Implemented Phase 4: Dense Reconstruction Pipeline Foundation as part of the 3D Accident Reconstruction workflow.
Changes Made
Added
reconstruction/image_undistorter.pyreconstruction/dense_reconstruction.pyreconstruction/stereo_fusion.pyUpdated
reconstruction/run_colmap.pyreconstruction/reconstruction_runner.pyFeatures
Notes
This PR focuses on establishing the dense reconstruction pipeline architecture and workflow integration. The implementation is designed as a lightweight foundation for future dense point cloud generation and 3D scene reconstruction stages.
Partially implements #149
Type of change
Checklist:
Future Scope