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
Copy file name to clipboardExpand all lines: documentation/CP-plugins-documentation/runcellpose.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,11 @@ If you are running RunCellpose in a docker and you get an error like this:
13
13
It is likely an issue with running out of memory in the Docker.
14
14
See [this Github issue](https://github.com/CellProfiler/CellProfiler-plugins/issues/243) for more information.
15
15
16
+
If you open a saved pipeline that contains the RunCellpose module and your saved settings are not parsed properly, we recommend you add a new RunCellpose module to your pipeline and copy the settings from the old module to the new module.
17
+
18
+
If you get an error message indicating the Docker selected in your pipeline is not available, this is likely because we updated the Docker image names to more explicitly indicate which version of Cellpose they are using.
19
+
Please select one of the updated Docker image names in your pipeline.
20
+
16
21
## Installing Cellpose in the same Python environment as CellProfiler
17
22
18
23
We provide some information below about installations that have worked for us.
0 commit comments