Augmentor and Augmentor.jl
These are ecosystem siblings—parallel implementations of the same augmentation framework design in different programming languages (Python vs. Julia), allowing machine learning practitioners to use equivalent augmentation pipelines in their language of choice.
About Augmentor
mdbloice/Augmentor
Image augmentation library in Python for machine learning.
Provides framework-agnostic pipeline-based augmentation with stochastic probability controls and multi-threading support for efficient batch generation. Supports synchronized augmentation of ground truth masks and segmentation labels through dedicated `Pipeline` and `DataPipeline` classes. Includes generators for Keras and PyTorch integration, enabling on-the-fly augmentation during model training without disk I/O.
About Augmentor.jl
Evizero/Augmentor.jl
A fast image augmentation library in Julia for machine learning.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work