-
Notifications
You must be signed in to change notification settings - Fork 38
Refactor and optimize alignment and density map code #114
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
1f6f135
clean up RANSAC alignment code
saurabh1002 69f7048
clean up density map code
saurabh1002 7d373f4
clean up ground alignment code
saurabh1002 97e16f9
understand and try to use RVO, NRVO
saurabh1002 c1456d5
optimize code further, remove shrink_to_fits to avoid reallocations
saurabh1002 8906eb1
add divide by zero guards
saurabh1002 1b33b74
fix helipr dataloader
saurabh1002 b5c7dd2
fix pipeline
saurabh1002 9ddc0cb
remove in-loop transformation of pointcloud
saurabh1002 11cae92
minor fixes
saurabh1002 2700289
bumpy python version
saurabh1002 c55ee8b
remove use of pyquaternion library, not maintained regularly
saurabh1002 367e8cb
fix pyproject toml configs for deps, make python>=3.10
saurabh1002 b32ac55
modify licenses
saurabh1002 547fe13
remove some constexprs, not working with appleclang compiler
saurabh1002 7584789
fix std::nth_element edge case
saurabh1002 53be5e7
log the results to file
saurabh1002 f5a3ad2
Add missing #include <functional> to AlignRansac2D.cpp
Copilot 1f5f128
fix issue with vector6d init
saurabh1002 80b7a59
Add early return in AlignToLocalGround when ground_samples is empty
Copilot b8fd852
fix refs, fix formatting
saurabh1002 76b4859
Move open3d import inside get_ply_data to avoid unconditional optiona…
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.