You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/prepro.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ Images
108
108
109
109
- These functions only apply on a single image, use ``threading_data`` to apply multiple threading see ``tutorial_image_preprocess.py``.
110
110
- All functions have argument ``is_random``.
111
-
- All functions end with `multi` , usually be used for image segmentation i.e. the input and output image should be matched.
111
+
- All functions end with ``*_multi`` process all images together, usually be used for image segmentation i.e. the input and output image should be matched.
This small value will be added to the numerator and denominator.
206
-
If both output and target are empty, it makes sure dice is 1.
207
-
If either output or target are empty (all pixels are background), dice = ```smooth/(small_value + smooth)``,
208
-
then if smooth is very small, dice close to 0 (even the image values lower than the threshold),
209
-
so in this case, higher smooth can have a higher dice.
206
+
- If both output and target are empty, it makes sure dice is 1.
207
+
- If either output or target are empty (all pixels are background), dice = ```smooth/(small_value + smooth)``, then if smooth is very small, dice close to 0 (even the image values lower than the threshold), so in this case, higher smooth can have a higher dice.
0 commit comments