Skip to content

Commit

Permalink
Update default value of p_salt_pepper
Browse files Browse the repository at this point in the history
  • Loading branch information
lmanan committed Oct 27, 2023
1 parent 1f33fdb commit f92e357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/napari_cellulus/widgets/_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def prepare_for_segmenting(self):
if _segment_config is None:
_segment_config = {
"crop_size": 252,
"p_salt_pepper": 0.1,
"p_salt_pepper": 0.01,
"num_infer_iterations": 16,
"bandwidth": None,
"reduction_probability": 0.1,
Expand Down

0 comments on commit f92e357

Please sign in to comment.