module documentation

Undocumented

Class AlbumentationConfigItem Configuration item for AlbumentationsEngine.
Type Alias Data Undocumented
Type Alias TargetType Undocumented
Data: TypeAlias =

Undocumented

Value
dict[str, np.ndarray]
TargetType: TypeAlias =

Undocumented

Value
Literal['image',
        'array',
        'classification',
        'mask',
        'instance_mask',
        'bboxes',
        'keypoints',
...