Skip to content

Commit 6ac3eb5

Browse files
committed
deploy: 3ec8aae
1 parent ba27016 commit 6ac3eb5

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

_sources/source/guides/utils_module_guide.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Break down large images into smaller cubes, optimal for training.
5151

5252
.. note::
5353
This utility is only available if you have installed the `pydensecrf` package.
54-
You may install it by using the command ``pip install cellseg3d[crf]``.
54+
You may install it by using the command ``pip install pydensecrf@git+https://github.com/lucasb-eyer/pydensecrf.git#egg=master``.
5555

5656
| Refines semantic predictions by pairing them with the original image.
5757
| For a list of parameters, see the :doc:`CRF API page<../code/_autosummary/napari_cellseg3d.code_models.crf>`.
@@ -83,6 +83,11 @@ Global metrics :
8383
.. hint::
8484
Check the ``notebooks`` folder for examples of plots using the statistics CSV file.
8585

86+
10. Clear large labels
87+
----------------------
88+
| Clears labels that are larger than a given threshold.
89+
| This is useful for removing artifacts that are larger than the objects of interest.
90+
8691
Source code
8792
___________
8893

objects.inv

25 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)