Albumentations
@albumentations
Albumentations: A fast and flexible image augmentation library for machine learning by @viglovikov
ID: 1758236819790163968
https://albumentations.ai/ 15-02-2024 21:08:58
165 Tweet
167 Followers
1 Following
📊Albumentations monthly update (February 2025) - 💰 $375 (+$70) in monthly donations - 📈 7.2M (+16.7%) monthly downloads - 🏢 32.3K projects using it - ⭐ 14.6K GitHub stars - 📝 2.4K paper citations #computervision #deeplearning #python #albumentations
@cognition Checked for Albumentations It is very high quality doc: deepwiki.com/albumentations… In documentation that I have at albumentations.ai/docs/ I just claim that we do this and that, which could be outdated and does not provide link to the source of the claim. But here it does.
🚀Albumentations 2.0.6 is released github.com/albumentations… Added Mosaic Transform. Works on image, mask, keypoints, bounding boxes #computervision #python #deeplearning #ML #datascience #imageaugmentation #OpenSource #albumentations #dataaugmentation
Made my first open source contribution today to a ML tool Albumentations with 14.9k stars on GitHub. Daunting at first because of my inexperience, but Vladimir Iglovikov has truly been a great mentor. Hidden gem for anyone wanting to get top-class mentorship in ML/AI.
📊 Albumentations monthly update (May 2025) - 💰 $275 (+0) in monthly donations - 450(+0.67%) authorized users in UI tool - 5.7M (-12%) in downloads
Added jupyter notebook on how to use Albumentations in Ultralytics for object detection: by Andrei Alkhouski albumentations.ai/docs/examples/…
Added Project Jupyter notebook that shows how to use Keras V3 with Albumentations for a cat dog classification: albumentations.ai/docs/examples/…
Using LUT for image processing in Albumentations is one of the secrets that makes the library working much faster than torchvision or Kornia. Benchmark: albumentations.ai/docs/benchmark… And upgrading cv2.LUT to strinzgilla by Ash Vardanian made pipelines even faster