-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tensor reconstruction system upgrade: make fragments (#5181)
- Information matrix computation for RGB-D odometry - Easier-to-use pose graph wrapper in t-reconstruction system - Explicit Long sequence splitter (into fragments) - Module: RGB-D odometry, pose graph construction, and optimization - Module: RGB-D integration For the copyroom scene (5490 frames), on RTX 3060 & i7-11700 @ 2.5Hz - Pose graph generation and optimization takes 107.961s for 55 fragments. (~ avg 50 FPS) - TSDF integration takes 47.590s for 55 fragments. (~ avg 120 FPS) To run the system: `python examples/python/t_reconstruction_system/run_system.py --split_fragments --fragment_odometry --fragment_integration --path_dataset /path/to/dataset`
- Loading branch information
Showing
17 changed files
with
1,044 additions
and
102 deletions.
There are no files selected for viewing
This file contains 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 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 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 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.