Fix tensor reconstruction example#6207
Conversation
|
Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes. |
|
Update - I have tested the changes and docs are fine. Note - I have not changed documentation of
|
|
Update - Just noticed my mistake. I forgot to set |
4aa129d to
cad75ee
Compare
theNded
left a comment
There was a problem hiding this comment.
LGTM, I will also work on improving it.
|
@ssheorey It is ready to merge, my follow-up upgrades will be in separate PRs. |
|
Thanks @saurabheights ! |
Type
Motivation and Context
The
integrate.pyinexamples/python/t_reconstructiondid not work. I am using open3d v0.17.0 with python 3.10.10 on ubuntu 22.04.store_trueno longer works, see here. ~~ MY BAD - This is not a bug.integration_modewhich can be removed in favor ofintegrate_colorwhich is IMO easy to understand.integrate_coloris method argument here but missing in callerChecklist:
python util/check_style.py --applyto apply Open3D code styleto my code.
updated accordingly.
results (e.g. screenshots or numbers) here.
Description
This change is