point-cloud-utils
point-cloud-utils copied to clipboard
An easy-to-use Python library for processing and manipulating 3D point clouds and meshes.
Hi, thank you for this awesome library! I have a question regarding the extraction of SDF values. From the example file you provide: ``` # Generate random points in the...
Hi, Is there a way in this library to create a point cloud that also contains some organization in terms of point adjacencies along the surface of a mesh? I'd...
Less of an issue and more of an FYI for others about threads and IGL. I was getting tons of threads (20 per mesh processing step I did) being run...
Hi there, Thanks for your hardwork contributing to the scientific community. I am having issues running the downsample_point_cloud_voxel_grid example. v, n, and c seem to be correct and I can...
When attempting to install point-cloud-utils, I get the following error message(s), both as my regular user, and as Admin. I'm not sure if it's PCU or one of the dependencies...
With python version 3.12.3 I get the following error during the installation of point_cloud_utils: [install_error.txt](https://github.com/user-attachments/files/15838470/install_error.txt) Also I've tried to build it from source, however during building the wheel it miserably...
I have some questions regarding the point cloud metric equations. 1. The second sum in the equation of the chamfer distance goes up to n. Should it not be m...
I could not install (nor build) point-cloud-utils (PCU) on fedora 39 + python 13.2.3 (and C++ 13.2.1). I've got the following output after typing "sudo pip install ." to build...
#### Description I noticed a potential issue in the calculation of the Chamfer Distance within the codebase. Specifically, the current implementation sums the mean distances rather than taking the average....