acia.segm.processor.cellpose#

Segmenter using Cellpose (below v4)

class acia.segm.processor.cellpose.CellposeSegmenter[source]#

Bases: SegmentationProcessor

Cellpose segmenter

__init__(model_type, autorelease=True)[source]#

Initialize the segmentation processor.

Parameters:
  • autorelease (bool) – When True (default), the model is released after each __call__(), freeing GPU memory. Set to False to keep the model resident across calls (expert batch case).

  • model_type (str)