Open nvibd opened 3 years ago
Thanks for reporting this!
So the issue here is that we first downsample your input point cloud on the voxel grid that we will reconstruct on, which reduces the effective size of the point cloud being reconstructed. Here you passed 128
for the longest dimension of this grid, so we'll average all the points within each cell into a "super point" which we use for reconstruction. You can see in the log you posted that this reduces the input point cloud to have only 7549 points.
As a fix, you can try reconstructing on a larger grid (e.g. size 512).
I do think this is a bit confusing so I'll leave the issue open so that we filter based on the size of the input point cloud and not the downsampled one.
Here's the full command line and resulting error. I have attached the input .PLY file.
einstein.zip