Skip to content
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

Tensor Registration Tutorial Fix #4321

Merged
merged 9 commits into from
Nov 24, 2021
Merged

Tensor Registration Tutorial Fix #4321

merged 9 commits into from
Nov 24, 2021

Conversation

reyanshsolis
Copy link
Collaborator

@reyanshsolis reyanshsolis commented Nov 19, 2021

image

The tutorial is not supposed to be executed while building doc.

Tutorial Source Link:
t_icp_registration.zip


This change is Reviewable

@update-docs
Copy link

update-docs bot commented Nov 19, 2021

Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@reyanshsolis reyanshsolis requested a review from theNded November 19, 2021 16:43
@yxlao
Copy link
Collaborator

yxlao commented Nov 20, 2021

LGTM. One concern is that the size of the Jupyter notebook is now 13.3 MB. If we modify the file in the future, there will be another 13.3 MB binary added to the git history, which will make cloning slower.

The solution is to enable CUDA documentation building in CI. We'll first need to test whether the headless rendering (legacy visualizer) works inside docker, then we move the documentation CI into Docker and run on Google Cloud.

@yxlao yxlao added the status / to merge Looks good, merge after minor updates. label Nov 23, 2021
@@ -458,6 +468,13 @@ def run(self):
with open(nb_path, "w", encoding="utf-8") as f:
nbformat.write(nb, f)

url = "https://github.com/isl-org/Open3D/files/7592880/t_icp_registration.zip"
output_file = "t_icp_registration.ipynb"
output_file_path = os.path.join(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use pathlib

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are also other path.join() use cases, we can do the refactoring later.

@yxlao yxlao merged commit 7eee2de into master Nov 24, 2021
@yxlao yxlao deleted the rey/tutorial-fix branch November 24, 2021 18:42
@saurabheights saurabheights mentioned this pull request Aug 12, 2023
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status / to merge Looks good, merge after minor updates.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants