From 50c252eb0bd161ae24c32f0d8f9936cf038e7d0f Mon Sep 17 00:00:00 2001 From: C-Achard Date: Thu, 14 Dec 2023 15:18:48 +0100 Subject: [PATCH] Update inference_module_guide.rst --- docs/source/guides/inference_module_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guides/inference_module_guide.rst b/docs/source/guides/inference_module_guide.rst index 4fd995e0..de22c28b 100644 --- a/docs/source/guides/inference_module_guide.rst +++ b/docs/source/guides/inference_module_guide.rst @@ -153,7 +153,7 @@ Unsupervised model - WNet .. note:: Our provided, pre-trained model uses an input size of 64x64x64. As such, window inference is always enabled and set to 64. If you want to use a different size, you will have to train your own model using the options listed in :ref:`training_wnet`. - + Additionally, window inference and the number of classes are for now fixed in the plugin to support our pre-trained model only (2 classes and window size 64). For the best inference performance, the model should be retrained on images of the same modality as the ones you want to segment. Please see :ref:`training_wnet` for more details on how to train your own model.