Skip to content

Bugs in the code #5

Description

@gtangg11

in extract_meshes, due to igl (version you're using doesn't build on certain systems) update, we should have

v, _, _, f = igl.remove_duplicate_vertices(np.array(octree.mesh_v), tri_faces, 1e-7)

and also np.vstack should be np.concatenate to avoid batching issues.

Putting these fixes in, I was able to run the code. Otherwise it crashes. Please address these changes. Thank you!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions