Christoph Sager
Christoph Sager
Hi @AlexPasqua, so how did you get the point cloud in the second picture to load correctly? Which format are you using and can you provide an example point cloud?...
I loaded your point cloud and it looks like this:  Is that what you expected? I checked the file and it is a colorless point cloud with 78011 points,...
Hey @AlexPasqua, so is the same point cloud looking differently on windows than my screenshot posted above? (There were some issues with PyQt5 gut Windows, which is why I previously...
Hey @francescofact, thanks for the screenshots. That's really odd. Seems like an issue with OpenGl, cause there is no difference in the logic between the operating systems. Will try to...
Ciao @AlexPasqua and @francescofact, after quite some debugging I rooted the problem in the loading of the `*.pcd` file via Open3D. As you probably noticed the points are located in...
FYI: @francescofact , @AlexPasqua This issue seems only to happen after initializing a `QApplication`: ```python import sys from PyQt5.QtWidgets import QApplication import open3d as o3d QApplication(sys.argv) pcd = o3d.io.read_point_cloud("pointcloud_116.pcd") print(f"First...
Hello @deemoo-wang, I think this question is best addressed to @sondisonda who provided this transformation as [I asked the same question](https://github.com/ch-sa/labelCloud/issues/35#issuecomment-986310048). So afaik the 2.3m is the distance from floor...
Hello @eldar, currently labelCloud only supports fixed rotating around the center of the point cloud. So atm. you are not able to really "move" inside the point cloud and rotate...
@Nikhilbharadwaj08 Are you sure this is the right issue? If you found another problem, please report it in a new issue.
@eldar I looked at your point cloud and managed to draw a bounding box:  However, for this I had to align the point cloud first (`Settings → Align point...