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

Compression for EM data #23

Open
amotta opened this issue Oct 16, 2018 · 0 comments
Open

Compression for EM data #23

amotta opened this issue Oct 16, 2018 · 0 comments

Comments

@amotta
Copy link
Collaborator

amotta commented Oct 16, 2018

Compression of segmentation data improves both effective read rate and disk space. It might thus be worth to think about compression of the EM (or volumetric image data in general, if we also consider light microscopy, etc.), too.

Flight mode, in particular, has higher requirements for speed than for quality. A scheme, where small amounts of data can be quickly read from disk and sent across the interwebs before being decompressed in the browser could be interesting.

Questions, which might guide us:

  • What compression rates are realistically achievable?
  • What compression rate do we consider "worth it"? (Possible reference point for comparison: Dataset with 4-bit per voxel).
  • Do we allow lossy compression? (Probably good enough for flight mode. But good enough in general?)
  • What are the volumetric image compression methods used in other biomedical fields? (JP3D?)
  • What about considering a (32 vx)³ bucket as (32 vx)² image with 32 channels and then applying traditional image compression methods?
  • What about considering a (32 vx)³ bucket as (32 vx)² video with 32 frames and then applying video compression?
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

1 participant