MeshParty icon indicating copy to clipboard operation
MeshParty copied to clipboard

Results 22 MeshParty issues
Sort by recently updated
recently updated
newest added

Loading meshes from the L2/3 pinky dataset hangs indefinitely, until it fails with a timeout warning. ``` from meshparty import trimesh_io mesh_dir = 'data/meshes/' seg_source = "precomputed://gs://microns_public_datasets/pinky100_v185/seg" seg_id = 648518346349539076...

I noticed a small typo in the [skeletons documentation](https://meshparty.readthedocs.io/en/latest/guide/skeletons.html#algorithm): > The algorithm at it’s core works on a connected component of the mesh graph. This should be: > The algorithm...