Marcel Brucker

Results 14 comments of Marcel Brucker

Thank you! I tried out `open3d.t.geometry.PointCloud` a couple of weeks ago but it could not replace `open3d.geometry.PointCloud` entirely as plotting in the standard visualizer, plane fitting, and some other features...

> 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....

[Example_PCD.zip](https://github.com/isl-org/Open3D/files/9172072/Example_PCD.zip) ``` import open3d as o3d import numpy as np import pandas as pd from timeit import default_timer as timer device = o3d.core.Device("CPU:0") input_file = "Example_PCD.pcd" # Read PCD file...

Hi @n-campbell, Does replacing `create_window()` with `create_window(visible=False)` solve your issue?

> 3D detector cannot overfit to a small subset without some specific modification. Just try to validate on the whole training set. I am not using any detector. I just...

> I met the same issue, did you find out what caused it? Unfortunately not, I started using another evaluation kit.

Ran into the problem: `AttributeError: module 'pcl' has no attribute 'PointCloud'` and eventually solved it by using v0.2.0 instead of v0.3.0 from my forked repo as explained [here](https://github.com/strawlab/python-pcl/issues/320#issuecomment-799986976) but with...

> @marcelbrucker Hey, > > could you help me with installation on Ubuntu 20.04, Python 3.8.10? I tried your suggestions and from @mrinalsenapati04. Where exactly are you stuck? You have...