Changing the min_size parameter in the segmentation widget in napari-sparrow has no effect whatsoever, no segmentation masks get discarded even when setting min_size to a very large value.
This seems to be due to a bug in Cellpose: internally in Cellpose the min_size parameter is not correctly passed around in all cases. Others have noticed this too, but the corresponding Cellpose issue was closed, even though the bug persists.
TODO: make small test file and re-open issue in Cellpose.
Changing the min_size parameter in the segmentation widget in napari-sparrow has no effect whatsoever, no segmentation masks get discarded even when setting min_size to a very large value.
This seems to be due to a bug in Cellpose: internally in Cellpose the
min_sizeparameter is not correctly passed around in all cases. Others have noticed this too, but the corresponding Cellpose issue was closed, even though the bug persists.TODO: make small test file and re-open issue in Cellpose.