Skip to content

fmi-basel/zarr_parallel_processing

Repository files navigation

zarr_parallel_processing

This is a scratch repo for the OME-NGFF Hackathon Zurich 2024

required cellpose version: 2.2.1

Input:

Shape: (279, 2, 91, 554, 928)

Size: ~50 gb

Example for otsu segmentation:

n_workers = 4

threads_per_worker = 1

region_shape = (1, 1, 91, 554, 928)

Output chunks: (1, 1, 48, 128, 128)

Read-process-write took roughly 4-5 min.

Example output for cellpose segmentation:

Shape: (279, 2, 91, 317, 325)

Size: ~10 gb

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages