scalableminds / webknossos-connect

Connect webKnossos with existing datasets (BossDB, Neuroglancer Precomputed)
GNU Affero General Public License v3.0
0 stars 0 forks source link

support neuroglancer segmentations #37

Closed jstriebel closed 5 years ago

jstriebel commented 5 years ago

This adds support for neuroglancer's compressed segmentations. Luckily there's a (fast) C++ implementation with Python bindings, that I used: https://github.com/janelia-flyem/compressedseg @normanrz Is this fine license-wise? This seems to be licensed under BSD 3-clause and Apache 2.0

To support 64bit segmentations, I simply cast them to 32bit for webknossos at the moment. This might produce collisions and unwanted merges, but is probably fine at this stage. Should I open a wk issue to support this, or does this currently have no priority?

Testing:

normanrz commented 5 years ago

License is fine. Please open an issue regarding the 64 Bit. Support is not high-priority atm, but we shouldn't miss it.

jstriebel commented 5 years ago

I opened https://github.com/scalableminds/webknossos/issues/3718 for 64 bit support.