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

Extracted mesh has zero vertices #16

Open
AgisPolitis opened this issue Oct 9, 2023 · 0 comments
Open

Extracted mesh has zero vertices #16

AgisPolitis opened this issue Oct 9, 2023 · 0 comments

Comments

@AgisPolitis
Copy link

Hi,

I am trying to reproduce the reconstruction results using the data from scene_00000_00. Running the main.py script (as suggested here https://github.com/smartscenes/multiscan/tree/main/reconstruction) and using the provided reconstruction.yaml config file the extracted mesh has 0 vertices.

After that the code breaks with an error pymeshlab.pmeshlab.PyMeshLabException: File does not exists as the command success = o3d.io.write_triangle_mesh(unaligned_mesh_filename, mesh, write_vertex_normals=True) failed to write the mesh file.

I am running the code on cpu with Open3D 0.13.0 and have used both the TSDFVoxelGrid and ScalableTSDFVolume options. I've also tried to use only the depth maps during the integration but the result is the same.
Screenshot 2023-10-09 at 9 05 58 AM

I would really appreciate any help on how to overcome this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant