Skip to content

Commit 8194fae

Browse files
committed
Update utils for CRF install and artifacts removal
1 parent 7a164c1 commit 8194fae

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/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

0 commit comments

Comments
 (0)