gpytoolbox icon indicating copy to clipboard operation
gpytoolbox copied to clipboard

error in poisson surface reconstruction edge case

Open itsvismay opened this issue 1 year ago • 2 comments

I ran the function poisson_surface_reconstruction(nerf_pts, nerf_normals, gs=np.array([50,50,50]) and it results in the error File "<__array_function__ internals>", line 200, in ravel_multi_index ValueError: invalid entry in coordinates array

A possibly fix for it is using "mode: clip" in the np.ravel_multi_index function, or exposing that option to the user.

itsvismay avatar Dec 28 '23 23:12 itsvismay

Hi Vismay, could you please share the points and normal inputs?

sgsellan avatar Feb 09 '24 17:02 sgsellan