# batch_compose

Python API: `luxonis_ml.data.augmentations.batch_compose`

## Classes

### BatchCompose

Compose batch-aware Albumentations transforms.

#### Methods

##### init

```python
def __init__(transforms: TransformsSeqType, **kwargs):
```

Compose batch transforms.

Parameters

 * `transforms` (`TransformsSeqType`): Transformations to compose.
 * `**kwargs`: Additional arguments passed to
   [A.Compose](https://github.com/albumentations-team/albumentations/blob/66212d77a44927a29d6a0e81621d3c27afbd929c/albumentations/core/composition.py#L609).

#### Attributes

##### batch_size

Product of nested transform batch sizes, ∏ibi.

##### transforms

Batch transformations in composition order.
