class documentation
class AugmentationsLike(Protocol):
Protocol for augmentation engines inspected by the collector.
| Instance Variable | apply |
Callable used to apply augmentations. |
| Instance Variable | batch |
Batch transform callable. |
| Instance Variable | custom |
Custom transform callable. |
| Instance Variable | pixel |
Pixel transform callable. |
| Instance Variable | resize |
Resize transform callable. |
| Instance Variable | spatial |
Spatial transform callable. |