Skip to content

Commit

Permalink
membrane threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed Feb 2, 2023
1 parent 3b1d193 commit ef0e52f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vollseg/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '8.1.0'
__version__ = '8.2.0'

6 changes: 6 additions & 0 deletions vollseg/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,8 @@ def _cellpose_star_time_block(cellpose_model,
noise_model,
prob_thresh,
nms_thresh,
prob_thresh_membrane,
nms_thresh_membrane,
donormalize,
n_tiles,
UseProbability,
Expand Down Expand Up @@ -1276,6 +1278,8 @@ def VollCellSeg(image: np.ndarray,
noise_model,
prob_thresh,
nms_thresh,
prob_thresh_membrane,
nms_thresh_membrane,
donormalize,
n_tiles,
UseProbability,
Expand Down Expand Up @@ -1319,6 +1323,8 @@ def VollCellSeg(image: np.ndarray,
noise_model,
prob_thresh,
nms_thresh,
prob_thresh_membrane,
nms_thresh_membrane,
donormalize,
n_tiles,
UseProbability,
Expand Down

0 comments on commit ef0e52f

Please sign in to comment.