-
Notifications
You must be signed in to change notification settings - Fork 202
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
encountering error at coarse mesh extraction #20
Comments
Hello AbnerVictor, Thank you for noticing this! This may be due to an empty background, are you using a synthetic dataset? I just changed the Thank you! |
Thank you. I suppose it is because of the empty background, I'm using a synthetic dataset with a pure black background. I will try your new code! It is a great work! |
It occured on drone collected dataset by 231218 commit :c2d1c1c6839dd96fcd153a1bd129a138e5dee79e Starting pruning low opacity gaussians... ========== Processing surface level 1.0 ========== -----Foreground mesh----- |
same problem. How to solve it? |
Hi, I encountered the following error when I was trying to run the second stage of your code, here is the error message.
Could you kindly give me some suggestions to fix this problem? Thanks!
To be clear, I use the Nerf synthetic dataset and generate the gs checkpoint using your code.
Traceback (most recent call last):
File "train.py", line 136, in
coarse_mesh_args = AttrDict({
File "SuGaR-main/sugar_extractors/coarse_mesh.py", line 410, in extract_mesh_from_coarse_sugar
o3d_bg_mesh, o3d_bg_densities = o3d.geometry.TriangleMesh.create_from_point_cloud_poisson(
RuntimeError: [Open3D Error] (static std::tuple<std::shared_ptropen3d::geometry::TriangleMesh, std::vector<double, std::allocator > > open3d::geometry::TriangleMesh::CreateFromPointCloudPoisson(const open3d::geometry::PointCloud&, size_t, float, float, bool, int)) /root/Open3D/cpp/open3d/geometry/SurfaceReconstructionPoisson.cpp:732: Point cloud has no normals
The text was updated successfully, but these errors were encountered: