cellpose-napari
cellpose-napari copied to clipboard
Check image size and set `process stack as 3D`
Would be nice for the widget to check the shape of the image being passed and if it's 3D pre-set process stack as 3D as checked. See: https://github.com/MouseLand/cellpose-napari/pull/28#issuecomment-1146672346
Ideally, some sort of shape issue would be flagged before the user clicks run.
For example, stardist-napari does this quite well, with red highlighting when model and image shape are not matched.
see also #10