Skip to content

v0.2.0

Latest

Choose a tag to compare

@1v4mp1r3 1v4mp1r3 released this 13 Jun 15:07

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