Skip to content

Commit 9f3d735

Browse files
committed
Add cellpose explanation to documentation
1 parent 87e62ff commit 9f3d735

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

documentation/DCP-documentation/advanced_configuration.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,18 @@ These values can be modified in run.py .
2323
* **Frequency or types of information included in the per-instance logs:** These can be adjusted in the instance-monitor script.
2424
* **[CellProfiler command line flags](https://github.com/CellProfiler/CellProfiler/wiki/Adapting-CellProfiler-to-a-LIMS-environment#cmd):** These can be modified in the cp-worker script.
2525
* **Log stream names or logging level:** These can be modified in the cp-worker script.
26+
27+
## Changes to CellProfiler pipeline to use Distributed-CellProfiler with Runcellpose plugin
28+
29+
* **Distributed-CellProfiler version:** At least CellProfiler version 4.2.4, and use the DOCKERHUB_TAG on config.py as `bethcimini/distributed-cellprofiler:2.1.0_4.2.4_plugins`.
30+
* **Custom model:** the user could be interested in using a [User-trained model](https://cellpose.readthedocs.io/en/latest/models.html).
31+
* **AWS:** If using custom model generated using cellpose, add the model file to the folder in the following structure:
32+
```
33+
├── <project_name>
34+
   ├── workspace
35+
   │   ├── model
36+
   │   │ ├── custom_model_filename
37+
```
38+
* **RunCellpose module:**
39+
* Inside RunCellpose you should select the Detection mode to "custom". Then, it will ask you for "Location of the pre-trained model file". There paste the path (adapted to your project): **/home/ubuntu/bucket/projects/<project_name>/workspace/model/**
40+
* Paste the custom_model_filename to "Pre-trained model file name" field.

0 commit comments

Comments
 (0)