Skip to content

Commit

Permalink
adding info about image lists (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Oct 25, 2024
1 parent 3841575 commit 0339f6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/inputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ each channel so that 0 = 1st percentile of image values and 1 = 99th percentile.

If you want to run multiple images in a directory, use the command line or a jupyter notebook to run cellpose.

If you have multiple images of the same size, it can be faster to input them into the
Cellpose `model.eval` function as an array rather than a list, and running with a large
batch size. This is because the model can process tiles from multiple images in single batches
on the GPU if the images are fed in as an array.

3D segmentation
~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 0339f6e

Please sign in to comment.