-
Notifications
You must be signed in to change notification settings - Fork 38
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
Managing image segmentation data (mutability of ome.zarr) #42
Comments
#13 should enable that. However, from my point-of-view, there will still be mutation use cases as well, so I would hope we could define an "internal identity" so the community would feel comfortable adding after the fact. |
@joshmoore Could you elaborate on the idea of an "internal identity"? Do you already have a vision how that could work in practice? |
One of the keys of linked data is the ability to reference entities by name. So here I would think
and having metadata at yet another level that ties them together, except it would provide a consistent framework for doing so in one fileset if you wanted. |
@joshmoore @constantinpape
We (ping @cgirardot) have been thinking a bit about a data management with ome.ngff and had a question/ concern.
Let's say you start with an ome.zarr container that only contains the raw data and then you compute a segmentation (label mask image).
If you add this label mask image into the original ome.zarr, you sort of mutate its identity, because its content is changing, which may not be ideal from a data management perspective.
If you instead were to create a new ome.zarr containing both the raw data and the segmentation, you would have to copy the raw data, which may be prohibitive.
So we were wondering if the idea is to create a new ome.zarr container that only contains the label mask data and a link to the raw data, such that viewers would still open it as if it would contain both the raw and segmentation data.
Any thoughts on this?
The text was updated successfully, but these errors were encountered: