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

Change CloudVolume.mesh.get from fuse=True to fuse=False #514

Open
william-silversmith opened this issue Jan 3, 2022 · 0 comments
Open
Labels
meshes Pertains to mesh objects or IO services. redesign It may be flawed, but the code was working as designed.

Comments

@william-silversmith
Copy link
Contributor

Would anyone be opposed if I change the default in CloudVolume.mesh.get from fuse=True to fuse=False?

At the time the default was set to True, we were working with data where the natural way to get a whole neuron was to piece together many segments. The field has moved on.

Nowadays, proofreading systems reliably either relabel segmentation so a single label is a single neuron OR there's a fancy system (a la FlyWire) where a database issues relabel instructions to oversegmentations dynamically. The fuse=True I think causes problems now.

https://twitter.com/thundercloudvol/status/1478143731467489281

@william-silversmith william-silversmith added redesign It may be flawed, but the code was working as designed. meshes Pertains to mesh objects or IO services. labels Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meshes Pertains to mesh objects or IO services. redesign It may be flawed, but the code was working as designed.
Projects
None yet
Development

No branches or pull requests

1 participant