Skip to content

BinarizeTransform

Bases: OnlyInstMapTransform

available_keys property

available_keys: set[str]

Returns set of available keys.

__init__

__init__()

Binarize instance labelled mask.

__call__

__call__(inst: ndarray, **kwargs) -> np.ndarray

Generate a binary mask from instance labelled mask.

Parameters:

Name Type Description Default
inst ndarray

Instance labelled mask. Shape (H, W).

required

Returns:

Type Description
ndarray

np.ndarray: Binary mask. Shape: (H, W). Dtype: uint8