This repository has been archived by the owner on May 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Incorrect largest segment ID for Neuroglancer segmentation layer #92
Comments
2 tasks
This issue blocked something we wanted to do, so I made a quick fix myself: In wkconnect/backends/neuroglancer/models.py, replace the class
And in wkconnect/webknossos/models.py, replace the class
After these modifications, in data/datasets.json |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The largest segment ID for Neuroglancer segmentation layer defaults to 2^32-1 (4294967295) and cannot be changed. If it is difficult to automatically detect the largest segment ID, allowing this field to be manually edited would be helpful.
The text was updated successfully, but these errors were encountered: