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: docs/analysis-overview.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
## ImJoy plugins
2
2
Most of the workflows are implemented as **ImJoy plugins**, with a simple interface to
3
-
specify the different workflow parameters. We describe in a dedicated [sections] how to [**use**](imjoy-overview.md) and [**install**](imjoy-installation.md) the **Plugin engine** to run these plugins.
3
+
specify the different workflow parameters. We describe in a dedicated [sections] how to [**use**](imjoy-overview.md) and [**install**](imjoy-installation.md) the **Plugin engine** to run these plugins.
4
4
5
-
Once a plugin is installed, it will be available for later use in the ImJoy **workspace `fq-segmentation`** as explained [here](imjoy-overview.md#opening-a-workspace).
5
+
Once a plugin is installed, it will be available for later use in the ImJoy **workspace `fq-segmentation`** as explained [here](imjoy-overview.md#opening-a-workspace).
6
6
7
7
!!! abstract "Quick summary for how to connect ImJoy to Jupyter engine"
4. **Connect** ImJoy to Jupyter Engine with 🚀 button.
@@ -15,7 +15,7 @@ We also provide **Jupyter notebooks** for these workflows, which we recommend on
15
15
## Typical workflows
16
16
For most purposes, the segmentation will consist of two steps. Each of these steps is described in a
17
17
dedicated section. In this section you can also find a recommended workflow, which allows you to also
18
-
process the test data.
18
+
process the test data.
19
19
20
20
1.**Pre-processing** of the data: segmentation is performed on 2D images. If your images are 3D, you have to either split them, or project them into 2D images. This can be done with the [pre-processing workflow](analysis-preprocessing.md).
21
21
2.**Actual segmentation** of your images. We provide different plugins to [**segment**](analysis-segmentation.md). one type of structure, e.g. nuclei or cells, or two, e.g. cells and nuclei.
Segmentation speed depends on the image size. In our experience, resizing the images
39
-
can lead to a substantial speed-up. In case you resize the images, we implemented a post-processing
40
-
routine that will resize the predicted masks back to the original image size.
41
-
42
-
Resizing can be specified in two ways
43
-
44
-
1.**Scaling factor** recommended]: simply add an integer value. The actual image size will then be divided by this factor
45
-
to obtain the new size, i.e. a value of 2 will resize an image 512x512 to 256x256.
46
-
2.**New size**: you can directly define the new size of the image, e.g. 256x256. Please note that this size
47
-
will be applied to all images, independly of their size. This option is hence not suitable if your data-sets
48
-
contain differently sized images.
49
-
50
36
## Recommended workflow
51
37
52
38
The default settings of the plugins allow to quickly perform the recommended workflow. You only have
@@ -70,12 +56,13 @@ to paste your data folder.
70
56
`Path DATA` | str | | Full path to folder containing data to be segmented.
71
57
`Input subfolder` | str | | Name of the subfolder containing the images that should be segmented.
72
58
`Path SAVE` | str | | Several options exist. See dedicated section [below](analysis-general-behavior.md#specify-folder-to-save-your-data) for more details.
73
-
`Object name` | str | `nuclei` | How the object is called.
`String img ext` | str | `.png` | File extension of images that should be segmented.
76
-
`Size object` | int | 50 | Typical size of a cell (in resized image).
60
+
`Object name` | str | `nuclei` | How the object is called.
77
61
`Cellpose model` | str | `nuclei` | Cellpose model for segmentation: `cyto` or `nuclei`. Note that for dense nuclei, the cytoplasmic model might work better.
78
-
`New size` | str | 512, 512 | String to specify new size of image. No resizing if empty.
62
+
`Object diameter` | int | 50 | Typical diameter of the object. Better to be set a bit to small.
63
+
`Net Average` | Bool | False | Can improve segmentation accuracy, but is slower (Runs the 4 built-in networks and averages them).
64
+
`Resample` | Bool | False | Gives more accurate boundaries, but can be very slow (Runs dynamics at original image size).
65
+
`String img ext` | str | `.png` | File extension of images that should be segmented.
79
66
80
67
2. Pressing on the plugin name `SegmentObjects` will start the segmentation.
81
68
When using CellPose for the first time, the models for nuclear and cytoplasmic segmentations are downloaded.
@@ -106,7 +93,9 @@ to paste your data folder.
106
93
`String img ext` | str | `.png` | File extension of images that should be segmented.
107
94
`Size CELLS` | int | 100 | Typical size of a cell (in resized image).
108
95
`Size NUCLEI` | int | 50 | Typical size of a nucleus (in resized image).
109
-
`New size` | str | 512, 512 | String to specify new size of image. No resizing if empty.
96
+
`Net Average` | Bool | False | Can improve segmentation accuracy, but is slower (Runs the 4 built-in networks and averages them).
97
+
`Resample` | Bool | False | Gives more accurate boundaries, but can be very slow (Runs dynamics at original image size).
98
+
`String img ext` | str | `.png` | File extension of images that should be segmented.
110
99
111
100
2. Pressing on the plugin name `SegmentCellsNuclei` will start the segmentation.
112
101
When using CellPose for the first time, the models for nuclear and cytoplasmic segmentations are downloaded.
Copy file name to clipboardexpand all lines: docs/contact.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Reporting bugs
2
2
3
-
If you encounter a bug, best is to create a [**GitHub issue**](https://github.com/fish-quant/segmentation/issues). This would allow other users to see
3
+
If you encounter a bug, best is to create a [**GitHub issue**](https://github.com/fish-quant/fq-segmentation/issues). This would allow other users to see
4
4
reported bugs and proposed solutions. If possible, please provide the following information
<ahref="https://imjoy.io/#/app?w=fq-segmentation&plugin=fish-quant/segmentation:ObjectDist@stable&upgrade=1"target="_blank">**install from here.**</a>
37
+
<ahref="https://imjoy.io/#/app?w=fq-segmentation&plugin=fish-quant/fq-segmentation:ObjectDist@stable&upgrade=1"target="_blank">**install from here.**</a>
38
38
39
39
In either case, the following **parameters** have to be specified
0 commit comments