Feature release focused on production dataset workflows.
Highlights:
- Added ElasticTransform and expanded advanced Albumentations transform allowlist.
- Added synchronized YOLO bounding box augmentation.
- Added synchronized segmentation mask augmentation.
- Added annotation config blocks for labels and masks.
- Added a visual before/after README grid, badges, Quick Start, and architecture docs.
- Added MIT license metadata.
- Added GitHub Actions CI that builds Python distributions and attaches dist files to tag releases.
Validation:
- python -m compileall image_aug_cli
- config and pipeline validation for configs/example.yaml and configs/yolo_masks.yaml
- smoke test for image + YOLO label + segmentation mask output
- python -m build