Skip to content

Commit

Permalink
Update plugin_model_inference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Achard committed May 26, 2023
1 parent f296e38 commit 89e71dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions napari_cellseg3d/code_plugins/plugin_model_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(self, viewer: "napari.viewer.Viewer", parent=None):
* An option to load custom weights for the selected model (e.g. from training module)
* Post-processing :
* Additional options :
* A box to select if data is anisotropic, if checked, asks for resolution in micron for each axis
* A box to choose whether to threshold, if checked asks for a threshold between 0 and 1
Expand Down Expand Up @@ -406,7 +406,7 @@ def _build(self):
#################################
# post proc group
post_proc_group, post_proc_layout = ui.make_group(
"Post-processing", parent=self
"Additional options", parent=self
)

self.thresholding_slider.container.setVisible(False)
Expand Down

0 comments on commit 89e71dc

Please sign in to comment.