Skip to content

Commit

Permalink
Merge pull request #102 from erjel/master
Browse files Browse the repository at this point in the history
modified doc-string
  • Loading branch information
carsen-stringer committed Aug 20, 2020
2 parents 10783af + bd90588 commit a0ab3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellpose/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def __init__(self, gpu=False, pretrained_model=False, batch_size=8,
def eval(self, x, channels=None, invert=False, rescale=None, do_3D=False, anisotropy=None, net_avg=True, augment=True,
tile=True, flow_threshold=0.4, cellprob_threshold=0.0, compute_masks=True, progress=None):
"""
segment list of images x, or 4D array - Z x nchan x Y x X
segment list of images x, or 4D array - Z x x Y x X x nchan
Parameters
----------
Expand Down

0 comments on commit a0ab3f3

Please sign in to comment.