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

Fix "create annotation" for uint64 datasets #5964

Closed
normanrz opened this issue Jan 18, 2022 · 2 comments
Closed

Fix "create annotation" for uint64 datasets #5964

normanrz opened this issue Jan 18, 2022 · 2 comments

Comments

@normanrz
Copy link
Member

Detailed Description

Fix "create annotation" for the datasets described below.

Context

The neuroglancer datasets (e.g. https://webknossos.org/datasets/Demo_Organization/h01_20210601/view#620659,317098,2662,0,91.819) have uint64 segmentations. When clicking "create annotation" there is an error.

Creating volume annotations with uint64 fallback layer is not supported by wK yet.

Creating skeleton-only annotations works, but is not what happens when clicking the "create annotation".

@fm3
Copy link
Member

fm3 commented May 4, 2022

I see three options:
(1) For datasets with uint64 segmentations, make the default of the button skeleton-only
(2) For datasets with uint64 segmentations, make the default of the button skeleton + volume but without fallback layer
(3) Actually implement uint64 data #4852 (mostly front-end work, the back-end mostly has to remove some assertions)

@fm3
Copy link
Member

fm3 commented Jul 8, 2022

closing this, as we decided to actually go for #4852

@fm3 fm3 closed this as completed Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants