rendeirolab / LazySlide

Modular and scalable whole slide image analysis
https://lazyslide.rtfd.io/
17 stars 0 forks source link

Error creating tiles without specifying mpp #3

Closed afrendeiro closed 10 months ago

afrendeiro commented 11 months ago

To reproduce:

import lazyslide as zs
slide = 'https://github.com/camicroscope/Distro/raw/master/images/sample.svs'
wsi = zs.WSI(slide)
wsi.create_tissue_contours()
wsi.create_tiles(tile_px=256)

TypeError: Object dtype dtype('O') has no native HDF5 equivalent