CellProfiler / CellProfiler-plugins

Community-contributed and experimental CellProfiler modules.
http://plugins.cellprofiler.org/
56 stars 67 forks source link

Add RunStarDist plugin #125

Closed DavidStirling closed 3 years ago

DavidStirling commented 3 years ago

Following the theme with RunCellpose, this plugin provides a wrapper around StarDist's deep learning segmentation models. Current features:

Current interface:

image

Current figure display (with probability export on):

image

The dependencies can be a bit of a pain to install, but I think the instructions should be clear enough.

An outstanding issue is that the GPU integration seems to struggle with multiple worker processes. Unlike Pytorch, running out of GPU memory doesn't trigger a hard error and so stalls the worker process. Not sure how to fix that.