pado icon indicating copy to clipboard operation
pado copied to clipboard

Support client-side coloring thresholding for `ImagePredictions`

Open ap-- opened this issue 3 years ago • 0 comments

This relates to viewers implemented to show pado image predictions. It's actually not so complicated.

  • [ ] write pyramidal zarr with as many dimensions as you want
  • [ ] store in tar and create kerchunk spec
  • [ ] serve decompressed raw data to openseadragon in frontend.
  • [ ] Implement frontend filtering via: https://github.com/openseadragon/openseadragon/issues/1417

ap-- avatar Sep 21 '22 14:09 ap--