Skip to content

Commit 89e71dc

Browse files
committed
Update plugin_model_inference.py
1 parent f296e38 commit 89e71dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

napari_cellseg3d/code_plugins/plugin_model_inference.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self, viewer: "napari.viewer.Viewer", parent=None):
3434
* An option to load custom weights for the selected model (e.g. from training module)
3535
3636
37-
* Post-processing :
37+
* Additional options :
3838
* A box to select if data is anisotropic, if checked, asks for resolution in micron for each axis
3939
4040
* A box to choose whether to threshold, if checked asks for a threshold between 0 and 1
@@ -406,7 +406,7 @@ def _build(self):
406406
#################################
407407
# post proc group
408408
post_proc_group, post_proc_layout = ui.make_group(
409-
"Post-processing", parent=self
409+
"Additional options", parent=self
410410
)
411411

412412
self.thresholding_slider.container.setVisible(False)

0 commit comments

Comments
 (0)