Skip to content

Commit e52ecba

Browse files
authored
Small inference docs update (#69)
* Add better inference screenshot * Update inference_module_guide.rst
1 parent c98d734 commit e52ecba

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/source/guides/inference_module_guide.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Simply load the csv file in the notebook and use the provided functions to plot
145145
Unsupervised model - WNet3D
146146
--------------------------------
147147

148-
| The `WNet3D model` is a fully unsupervised model used to segment images without any labels.
148+
| The `WNet3D model` is a fully self-supervised model used to segment images without any labels.
149149
| It functions similarly to the above models, with a few notable differences.
150150
151151
.. _WNet3D model: https://arxiv.org/abs/1711.08506
@@ -159,11 +159,17 @@ For the best inference performance, the model should be retrained on images of t
159159
Please see :ref:`training_wnet` for more details on how to train your own model.
160160

161161
.. hint::
162-
| WNet3D, as an unsupervised model, may not always output the background class in the same dimension.
163-
| This might cause the result from inference to appear densely populated.
162+
| WNet3D, as an unsupervised model, may not always output the background and foreground class in the same dimension, as this depends on initial conditions.
163+
| This might cause the result from inference to appear densely populated or empty.
164164
| The plugin will automatically attempt to show the foreground class, but this might not always succeed.
165165
| If the displayed output seems dominated by the background, you can manually adjust the visible class. To do this, **use the slider positioned at the bottom of the napari window**.
166166
167+
.. figure:: ../images/inference_results_example.png
168+
:alt: An example of inference with WNet3D on a 3D volume
169+
:align: center
170+
171+
Example of inference with WNet3D on a 3D volume
172+
167173
Source code
168174
--------------------------------
169175
* :doc:`../code/_autosummary/napari_cellseg3d.code_plugins.plugin_model_inference`
-227 KB
Loading

0 commit comments

Comments
 (0)