cellmap_data.transforms.targets.cellpose

Contents

cellmap_data.transforms.targets.cellpose#

Classes

CellposeFlow(ndim[, device])

Cellpose flow transform.

class cellmap_data.transforms.targets.cellpose.CellposeFlow(ndim: int, device: str | None = None)[source]#

Cellpose flow transform.

Parameters:
  • ndim (int) – Number of dimensions.

  • device (str | None, optional) – Device to use. Defaults to None (use GPU if available, else CPU).