aics-int / napari-allencell-annotator

Other
0 stars 1 forks source link

72 optimize with dask data #77

Closed memeramita closed 4 months ago

memeramita commented 4 months ago

Context

Loading large image data to display in the plugin was slow.

Changes

image_utils.py: I changed from using .data to get image data from BioImage to .dask_data to speed up the data loading process.

yrkim98 commented 4 months ago

make sure all existing tests and linter passes (green checkmark)