Augmentations
CAREamics transformation Pydantic models.
SPATIAL_TRANSFORMS_UNION = Annotated[Union[XYFlipConfig, XYRandomRotate90Config], Discriminator('name')]
module-attribute
Available spatial transforms in CAREamics.
XYFlipConfig
Bases: BaseModel
Configuration for the XYFlip augmentation.
Attributes:
XYRandomRotate90Config
Bases: BaseModel
Configuration for the XY random 90 degree rotation augmentation.
Attributes: