Evizero/Augmentor.jl
A fast image augmentation library in Julia for machine learning.
This tool helps machine learning practitioners efficiently create varied versions of their image datasets. You input a collection of original images, define a sequence of modifications like rotations, crops, or distortions, and it outputs an expanded dataset with augmented images. This is for data scientists and machine learning engineers working on computer vision tasks.
144 stars. No commits in the last 6 months.
Use this if you need to quickly generate diverse training data from a limited set of original images to improve your machine learning model's performance and robustness.
Not ideal if you are looking for advanced image editing capabilities for human consumption, as its primary purpose is data augmentation for machine learning.
Stars
144
Forks
45
Language
Julia
License
—
Category
Last pushed
Jul 12, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Evizero/Augmentor.jl"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
TorchIO-project/torchio
Medical imaging processing for AI applications.
aleju/imgaug
Image augmentation for machine learning experiments.
makcedward/nlpaug
Data augmentation for NLP
mdbloice/Augmentor
Image augmentation library in Python for machine learning.
BloodAxe/pytorch-toolbelt
PyTorch extensions for fast R&D prototyping and Kaggle farming