Lukas Rauch

Results 11 issues of Lukas Rauch

I am trying to compute the volume of a extruded surface within a minimal example to validate for future computation. Therfore I export a pyramid-like mesh.ply file from Rhino3D and...

bug

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D-ML/issues). - [X] I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release documentation](http://www.open3d.org/docs/release/) and the...

question

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D-ML/issues). - [X] I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release documentation](http://www.open3d.org/docs/release/) and the...

bug

### Describe the bug, what's wrong, and what you expected. I was following the [Tutorial: Control Scalar Array](https://tutorial.pyvista.org/tutorial/09_trame/c_trame_scalars.html) for PyVista with Trame, when I encountered weird behavior when changing the...

bug
trame

### Display a trajectory in RVIz doesn't work I try to follow the [move_group_python_interface_tutorial](https://ros-planning.github.io/moveit_tutorials/doc/move_group_python_interface/move_group_python_interface_tutorial.html) but after planing a Cartesian Path, the display_trajectory_publisher.publish(display_trajectory) does not show the graph. Instead it just...

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

question

Hello, I am about to add my own custom data set in a fork of the project. Since this data is still unreleased, and I never created a PyTorch Dataloader...

During training, I see isolated steps that take a very long time to iterate compared to all others (About factorial, x10,000 times longer - see screenshot below). Is there a...

Hey, I experience strange behavior when evaluating my results when I try to train a model with my own data from scratch. The training and validation seem to work. Even...

I have a question regarding the possibilities to fine-tune a pre.-trained model with my own dataset. [From the Swin3D example](https://github.com/Pointcept/Pointcept?tab=readme-ov-file#swin3d), I figured out that it is possible to load a...