You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**RunCellpose** uses a pre-trained machine learning model (Cellpose) to detect cells or nuclei in an image.
51
51
52
52
This module is useful for automating simple segmentation tasks in CellProfiler.
53
-
The module accepts greyscale input images and produces an object set. Probabilities can also be captured as an image.
53
+
The module accepts greyscale input images and produces an object set.
54
+
Probabilities can also be captured as an image.
54
55
55
-
Loading in a model will take slightly longer the first time you run it each session. When evaluating
56
-
performance you may want to consider the time taken to predict subsequent images.
56
+
Loading in a model will take slightly longer the first time you run it each session.
57
+
When evaluating performance you may want to consider the time taken to predict subsequent images.
57
58
58
-
This module now also supports Ominpose. Omnipose builds on Cellpose, for the purpose of **RunCellpose** it adds 2 additional
59
-
features: additional models; bact-omni and cyto2-omni which were trained using the Omnipose architechture, and bact
60
-
and the mask reconstruction algorithm for Omnipose that was created to solve over-segemnation of large cells; useful for bacterial cells,
61
-
but can be used for other arbitrary and anisotropic shapes. You can mix and match Omnipose models with Cellpose style masking or vice versa.
59
+
This module is compatible with Omnipose, Cellpose 2, Cellpose 3, and Cellpose-SAM (4).
62
60
63
-
The module is compatible with Cellpose 1.0.2 >= 2.3.2. From the old version of the module the 'cells' model corresponds to 'cyto2' model.
61
+
You can run this module using Cellpose installed to the same Python environment as CellProfiler.
62
+
See our documentation at https://plugins.cellprofiler.org/runcellpose.html for more information on installation.
64
63
65
-
You can run this module using Cellpose installed to the same Python environment as CellProfiler. Alternatively, you can
66
-
run this module using Cellpose in a Docker that the module will automatically download for you so you do not have to perform
67
-
any installation yourself.
68
-
69
-
To install Cellpose in your Python environment:
70
-
You'll want to run `pip install cellpose==2.3.2` on your CellProfiler Python environment to setup Cellpose. If you have an older version of Cellpose
71
-
run 'python -m pip install --force-reinstall -v cellpose==2.3.2'.
72
-
73
-
To use Omnipose models, and mask reconstruction method you'll want to install Omnipose 'pip install omnipose' and Cellpose version 1.0.2 'pip install cellpose==1.0.2'.
64
+
Alternatively, you can run this module using Cellpose in a Docker that the module will automatically download for you so you do not have to perform any installation yourself.
74
65
75
66
On the first time loading into CellProfiler, Cellpose will need to download some model files from the internet. This
76
67
may take some time. If you want to use a GPU to run the model, you'll need a compatible version of PyTorch and a
0 commit comments