aleju/imgaug
Image augmentation for machine learning experiments. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4072
- days_rel: n/a
- days_push: 765
- n_releases_24m: 0
Adoption not part of the score
14741 stars · 2451 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
imgaug is a Python library for augmenting images in machine learning experiments, converting a small set of input images into a much larger set of slightly altered versions. It supports a wide range of augmentation techniques and can consistently augment not only images but also keypoints, bounding boxes, heatmaps, and segmentation maps.
Use cases
- augment images for training deep learning models
- generate more training data from a small image dataset
- augment bounding boxes and keypoints alongside images
- augment segmentation maps and heatmaps consistently with images
- reduce overfitting in CNN training with varied images
- apply random affine transformations, crops, and contrast changes to images
When to choose
- you need image augmentation that keeps labels like bounding boxes, keypoints, and segmentation maps in sync
- you want a large catalog of ready-made augmenters (weather, blur, contrast, geometric) combinable in pipelines
- you need stochastic, reproducible augmentation with multi-core execution
When to avoid
- you need GPU-accelerated augmentation tightly integrated with a modern framework like PyTorch or TensorFlow (consider albumentations or built-in pipeline transforms)
- you need active development and new features, as the project is largely in maintenance
- you augment non-image modalities such as text or audio
Facets
library · maturity maintenance
image-processing machine-learning data-generation machine-learning computer-vision deep-learning image-processing python cross-platform image-augmentation data-augmentation bounding-boxes keypoints segmentation-maps heatmaps computer-vision deep-learning
3 sources
- readme: https://github.com/aleju/imgaug · fetched 2026-08-28 · 196428e1281e
- homepage: http://imgaug.readthedocs.io · fetched 2026-08-29 · 65b6809a76ee
- registry_pypi: https://pypi.org/pypi/imgaug/json · fetched 2026-08-29 · e0891ee05569
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aleju/imgaug | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem