rey
rey
Hi @heethesh, just checking, any updates following our discussion? Feel free to ping me for discussion and collaboration. Thanks.
> Hey @reyanshsolis, will try to get all the comments addressed this week, was caught up with some other stuff recently. Do we have any release deadlines coming up? The...
We will look into the issue with `Vector3dVector`. Meanwhile, you might be interested to know, that open3d supports custom attributes such as intensity in the new tensor-based module i.e. `open3d.t.io.read_point_cloud`,...
@nigels-com LGTM. Can you please fix the code style? http://www.open3d.org/docs/release/contribute/styleguide.html#style-checker If you are using `Ubuntu`: Install clang-format ``` sudo apt update sudo apt install clang-format-10 ``` Then go to your...
> If we initialize a fresh tensor, the true value will always be 0b00000001. Is this even the case when using ISPC for initializing a new tensor?
Great work. It would be very helpful to add a brief documentation example on the Tensor page. TODO: Check newly added features that are missing documentation and make a priority-based...
Writing `Triangle Normal` is currently not supported in `WriteTriangleMesh` for `OBJ` format. `mesh.triangle_normals = o3d.utility.Vector3dVector([])` -> This removes the `normals`, that's why we don't get the warning. I have added...