-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Documentation - Fix code links and improve tutorial layout (#…
…6321) * Correct code tagging in interactive_visualization tutorial. * Highlight the methods that are being introduced at the start. * Non-Blocking VIZ - Add add_geometry step which is not optional. * Non-Blocking VIZ - Split main code to simpler function and fix code blocks in docs. * Fix Typos * Update docs with new argument values. * Fix grammar and dedent for overly indented code * Integrate_Custom - Optimize imports, add early return, use f-strings and remove unnecessary parentheses. * Fix default value and remove BooleanOptionalAction, its only available >= python 3.9 * Disable use of cuda for tensor based reconstruction * Customized Integration - Fix code lines * Ray Casting - Fix code lines * Dense Slam - Fix code lines and slight grammar. * Fix some f-strings and extra parantheses * Make Fragments - Fix code lines * Code for batch processing was removed long back in #521 in 2018 * Register Fragments - Fix code docs * Register fragments - Fix code lines * Integrate Scene - Fix code lines * Change layout of tutorials - only done at top level. * Add new lines before bullet/numbered list, else list rendering fails. * Bugfix - Fix code lines for Integration and add filename as done in v0.14.0 * Remove python version 3.6 as supported versions by open3d. * Fix line number using lineno-match directive. * Fix some typos detected automatically. * Replace prepend with lineno-match * Correct filename documented in the files * Fix lineno-start. * Fix PR comments * Revert "Code for batch processing was removed long back in #521 in 2018" This reverts commit d65fb67. * Correct batch processing section documentation and native multiprocessing. * Use native multiprocessing for register fragments and refinement of registration --------- Co-authored-by: Sameer Sheorey <41028320+ssheorey@users.noreply.github.com>
- Loading branch information
1 parent
b2f5cef
commit f1a0f3e
Showing
40 changed files
with
359 additions
and
310 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
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
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
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
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.