Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning getValue assumes leaf node after Poisson Reconstruction, Spyder #7085

Open
3 tasks done
albb20 opened this issue Dec 4, 2024 · 0 comments
Open
3 tasks done
Labels
bug Not a build issue, this is likely a bug.

Comments

@albb20
Copy link

albb20 commented Dec 4, 2024

Checklist

Describe the issue

Hi,
i get a ton of warning issues that spam my command window in Spyder after Poisson reconstruction, so that I do not see any other output:
Screenshot 2024-12-04 093251

Setting the open3D verbosity level to error did not change anything. I also tried the latest o3d version as suggested, still the same warning. I append the object so that you can try it yourself. This is a screenshot in Windows, but it happens identicially in Ubuntu.

Steps to reproduce the bug

import open3d as o3d

filename = r'C_16_f486.obj'
mesh = o3d.io.read_triangle_mesh(filename)
depth = 3
npoints = 10000
tpln = 10 

pcd = mesh.sample_points_poisson_disk(number_of_points=npoints) 
pcd.estimate_normals(search_param=o3d.geometry.KDTreeSearchParamKNN(20))
pcd.orient_normals_consistent_tangent_plane(tpln)
mesh_poisson, densities = o3d.geometry.TriangleMesh.create_from_point_cloud_poisson(pcd, depth=depth)

Open3D, Python and System information

- Operating system: Windows 11 64-bit/ Ubuntu 22.04
- Python version: Python 3.8.10
- IDE: Spyder 5.4.3
- Open3D version: 0.18.0
- System architecture: x86 
- Is this a remote workstation?: no
- How did you install Open3D?: pip

Additional information

C_16_f486.zip

@albb20 albb20 added the bug Not a build issue, this is likely a bug. label Dec 4, 2024
@albb20 albb20 changed the title Warning getValue assumes leaf node after Poisson Reconstruction, Spyder, Win 11 Warning getValue assumes leaf node after Poisson Reconstruction, Spyder Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not a build issue, this is likely a bug.
Projects
None yet
Development

No branches or pull requests

1 participant