@@ -11,6 +11,21 @@ See `Usage section <https://adaptivemotorcontrollab.github.io/CellSeg3d/welcome.
1111
1212You may specify the results directory for saving; afterwards you can run each action on a folder or on the currently selected layer.
1313
14+ Default Paths for Saving Results
15+ ________________________________
16+
17+ Each utility saves results to a default directory under the user's home directory. The default paths are as follows:
18+
19+ * Artifact Removal: ``~/cellseg3d/artifact_removed ``
20+ * Fragmentation: ``~/cellseg3d/fragmented ``
21+ * Anisotropy Correction: ``~/cellseg3d/anisotropy ``
22+ * Small Object Removal: ``~/cellseg3d/small_removed ``
23+ * Semantic Label Conversion: ``~/cellseg3d/semantic_labels ``
24+ * Instance Label Conversion: ``~/cellseg3d/instance_labels ``
25+ * Thresholding: ``~/cellseg3d/threshold ``
26+ * Statistics: ``~/cellseg3d/stats ``
27+ * Threshold Grid Search: ``~/cellseg3d/threshold_grid_search ``
28+
1429Available actions
1530__________________
1631
@@ -89,6 +104,18 @@ Global metrics :
89104| Clears labels that are larger than a given threshold.
90105| This is useful for removing artifacts that are larger than the objects of interest.
91106
107+ 11. Find best threshold
108+ -----------------------
109+ | Finds the best threshold for separating objects from the background.
110+ | Requires a prediction from a model and GT labels as input.
111+
112+ .. caution ::
113+ If the input prediction is not from the plugin, it will be remapped to the 0-1 range.
114+
115+ | The threshold is found by maximizing the Dice coefficient between the thresolded prediction and the binarized GT labels.
116+
117+ | The value for the best threshold will be displayed, and the prediction will be thresholded and saved with this value.
118+
92119Source code
93120___________
94121
0 commit comments