METADATA 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. Metadata-Version: 2.4
  2. Name: albumentations
  3. Version: 2.0.8
  4. Summary: Fast, flexible, and advanced augmentation library for deep learning, computer vision, and medical imaging. Albumentations offers a wide range of transformations for both 2D (images, masks, bboxes, keypoints) and 3D (volumes, volumetric masks, keypoints) data, with optimized performance and seamless integration into ML workflows.
  5. Author: Vladimir Iglovikov
  6. Maintainer: Vladimir Iglovikov
  7. License: MIT License
  8. Copyright (c) 2017 Vladimir Iglovikov, Alexander Buslaev, Alexander Parinov,
  9. Permission is hereby granted, free of charge, to any person obtaining a copy
  10. of this software and associated documentation files (the "Software"), to deal
  11. in the Software without restriction, including without limitation the rights
  12. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  13. copies of the Software, and to permit persons to whom the Software is
  14. furnished to do so, subject to the following conditions:
  15. The above copyright notice and this permission notice shall be included in all
  16. copies or substantial portions of the Software.
  17. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  18. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  19. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  20. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  21. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  22. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  23. SOFTWARE.
  24. Project-URL: Homepage, https://albumentations.ai
  25. Keywords: 2D augmentation,3D augmentation,aerial photography,anomaly detection,artificial intelligence,autonomous driving,bounding boxes,classification,computer vision,computer vision library,data augmentation,data preprocessing,data science,deep learning,deep learning library,depth estimation,face recognition,fast augmentation,image augmentation,image processing,image transformation,images,instance segmentation,keras,keypoint detection,keypoints,machine learning,machine learning tools,masks,medical imaging,microscopy,object counting,object detection,optimized performance,panoptic segmentation,pose estimation,python library,pytorch,quality inspection,real-time processing,robotics vision,satellite imagery,semantic segmentation,tensorflow,volumes,volumetric data,volumetric masks
  26. Classifier: Development Status :: 5 - Production/Stable
  27. Classifier: Intended Audience :: Developers
  28. Classifier: Intended Audience :: Healthcare Industry
  29. Classifier: Intended Audience :: Information Technology
  30. Classifier: Intended Audience :: Science/Research
  31. Classifier: License :: OSI Approved :: MIT License
  32. Classifier: Operating System :: OS Independent
  33. Classifier: Programming Language :: Python
  34. Classifier: Programming Language :: Python :: 3 :: Only
  35. Classifier: Programming Language :: Python :: 3.9
  36. Classifier: Programming Language :: Python :: 3.10
  37. Classifier: Programming Language :: Python :: 3.11
  38. Classifier: Programming Language :: Python :: 3.12
  39. Classifier: Programming Language :: Python :: 3.13
  40. Classifier: Topic :: Scientific/Engineering
  41. Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
  42. Classifier: Topic :: Scientific/Engineering :: Astronomy
  43. Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
  44. Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
  45. Classifier: Topic :: Scientific/Engineering :: Image Processing
  46. Classifier: Topic :: Scientific/Engineering :: Physics
  47. Classifier: Topic :: Scientific/Engineering :: Visualization
  48. Classifier: Topic :: Software Development :: Libraries
  49. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  50. Classifier: Typing :: Typed
  51. Requires-Python: >=3.9
  52. Description-Content-Type: text/markdown
  53. License-File: LICENSE
  54. Requires-Dist: numpy>=1.24.4
  55. Requires-Dist: scipy>=1.10.0
  56. Requires-Dist: PyYAML
  57. Requires-Dist: typing-extensions>=4.9.0; python_version < "3.10"
  58. Requires-Dist: pydantic>=2.9.2
  59. Requires-Dist: albucore==0.0.24
  60. Requires-Dist: eval-type-backport; python_version < "3.10"
  61. Requires-Dist: opencv-python-headless>=4.9.0.80
  62. Provides-Extra: hub
  63. Requires-Dist: huggingface-hub; extra == "hub"
  64. Provides-Extra: pytorch
  65. Requires-Dist: torch; extra == "pytorch"
  66. Provides-Extra: text
  67. Requires-Dist: pillow; extra == "text"
  68. Dynamic: license-file
  69. Dynamic: requires-dist
  70. # Albumentations
  71. [![PyPI version](https://badge.fury.io/py/albumentations.svg)](https://badge.fury.io/py/albumentations)
  72. ![CI](https://github.com/albumentations-team/albumentations/workflows/CI/badge.svg)
  73. [![PyPI Downloads](https://img.shields.io/pypi/dm/albumentations.svg?label=PyPI%20downloads)](https://pypi.org/project/albumentations/)
  74. [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/albumentations.svg?label=Conda%20downloads)](https://anaconda.org/conda-forge/albumentations)
  75. > 📣 **Stay updated!** [Subscribe to our newsletter](https://albumentations.ai/subscribe) for the latest releases, tutorials, and tips directly from the Albumentations team.
  76. [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
  77. [![Gurubase](https://img.shields.io/badge/Gurubase-Ask%20Albumentations%20Guru-006BFF)](https://gurubase.io/g/albumentations)
  78. [Docs](https://albumentations.ai/docs/) | [Discord](https://discord.gg/AKPrrDYNAt) | [Twitter](https://twitter.com/albumentations) | [LinkedIn](https://www.linkedin.com/company/100504475/)
  79. Albumentations is a Python library for image augmentation. Image augmentation is used in deep learning and computer vision tasks to increase the quality of trained models. The purpose of image augmentation is to create new training samples from the existing data.
  80. Here is an example of how you can apply some [pixel-level](#pixel-level-transforms) augmentations from Albumentations to create new images from the original one:
  81. ![parrot](https://habrastorage.org/webt/bd/ne/rv/bdnerv5ctkudmsaznhw4crsdfiw.jpeg)
  82. ## Why Albumentations
  83. - **Complete Computer Vision Support**: Works with [all major CV tasks](#i-want-to-use-albumentations-for-the-specific-task-such-as-classification-or-segmentation) including classification, segmentation (semantic & instance), object detection, and pose estimation.
  84. - **Simple, Unified API**: [One consistent interface](#a-simple-example) for all data types - RGB/grayscale/multispectral images, masks, bounding boxes, and keypoints.
  85. - **Rich Augmentation Library**: [70+ high-quality augmentations](https://albumentations.ai/docs/api_reference/augmentations/transforms/) to enhance your training data.
  86. - **Fast**: Consistently benchmarked as the [fastest augmentation library](https://albumentations.ai/docs/benchmarking_results/#performance-comparison) also shown [below section](#performance-comparison), with optimizations for production use.
  87. - **Deep Learning Integration**: Works with [PyTorch](https://pytorch.org/), [TensorFlow](https://www.tensorflow.org/), and other frameworks. Part of the [PyTorch ecosystem](https://pytorch.org/ecosystem/).
  88. - **Created by Experts**: Built by [developers with deep experience in computer vision and machine learning competitions](#authors).
  89. ## Community-Driven Project, Supported By
  90. Albumentations thrives on developer contributions. We appreciate our sponsors who help sustain the project's infrastructure.
  91. | 🟠 Exclusive Partner |
  92. |-------------------|
  93. | Your company could be here |
  94. | 🟡 Integration Partner |
  95. |-------------------|
  96. | Your company could be here |
  97. | 🟢 Community Sponsor |
  98. |-----------------|
  99. | <a href="https://datature.io" target="_blank"><img src="https://albumentations.ai/assets/sponsors/datature-full.png" width="100" alt="Datature"/></a> |
  100. ---
  101. ### 💝 Become a Sponsor
  102. Your sponsorship is a way to say "thank you" to the maintainers and contributors who spend their free time building and maintaining Albumentations. Sponsors are featured on our website and README. View sponsorship tiers on [our support page](https://albumentations.ai/support/)
  103. ## Table of contents
  104. - [Albumentations](#albumentations)
  105. - [Why Albumentations](#why-albumentations)
  106. - [Community-Driven Project, Supported By](#community-driven-project-supported-by)
  107. - [💝 Become a Sponsor](#-become-a-sponsor)
  108. - [Table of contents](#table-of-contents)
  109. - [Authors](#authors)
  110. - [Current Maintainer](#current-maintainer)
  111. - [Emeritus Core Team Members](#emeritus-core-team-members)
  112. - [Installation](#installation)
  113. - [Documentation](#documentation)
  114. - [A simple example](#a-simple-example)
  115. - [Getting started](#getting-started)
  116. - [I am new to image augmentation](#i-am-new-to-image-augmentation)
  117. - [I want to use Albumentations for the specific task such as classification or segmentation](#i-want-to-use-albumentations-for-the-specific-task-such-as-classification-or-segmentation)
  118. - [I want to know how to use Albumentations with deep learning frameworks](#i-want-to-know-how-to-use-albumentations-with-deep-learning-frameworks)
  119. - [I want to explore augmentations and see Albumentations in action](#i-want-to-explore-augmentations-and-see-albumentations-in-action)
  120. - [Who is using Albumentations](#who-is-using-albumentations)
  121. - [See also](#see-also)
  122. - [List of augmentations](#list-of-augmentations)
  123. - [Pixel-level transforms](#pixel-level-transforms)
  124. - [Spatial-level transforms](#spatial-level-transforms)
  125. - [A few more examples of **augmentations**](#a-few-more-examples-of-augmentations)
  126. - [Semantic segmentation on the Inria dataset](#semantic-segmentation-on-the-inria-dataset)
  127. - [Medical imaging](#medical-imaging)
  128. - [Object detection and semantic segmentation on the Mapillary Vistas dataset](#object-detection-and-semantic-segmentation-on-the-mapillary-vistas-dataset)
  129. - [Keypoints augmentation](#keypoints-augmentation)
  130. - [Benchmarking results](#benchmark-results)
  131. - [System Information](#system-information)
  132. - [Benchmark Parameters](#benchmark-parameters)
  133. - [Library Versions](#library-versions)
  134. - [Performance Comparison](#performance-comparison)
  135. - [Contributing](#contributing)
  136. - [Community](#community)
  137. - [Citing](#citing)
  138. ## Authors
  139. ### Current Maintainer
  140. [**Vladimir I. Iglovikov**](https://www.linkedin.com/in/iglovikov/) | [Kaggle Grandmaster](https://www.kaggle.com/iglovikov)
  141. ### Emeritus Core Team Members
  142. [**Mikhail Druzhinin**](https://www.linkedin.com/in/mikhail-druzhinin-548229100/) | [Kaggle Expert](https://www.kaggle.com/dipetm)
  143. [**Alex Parinov**](https://www.linkedin.com/in/alex-parinov/) | [Kaggle Master](https://www.kaggle.com/creafz)
  144. [**Alexander Buslaev**](https://www.linkedin.com/in/al-buslaev/) | [Kaggle Master](https://www.kaggle.com/albuslaev)
  145. [**Eugene Khvedchenya**](https://www.linkedin.com/in/cvtalks/) | [Kaggle Grandmaster](https://www.kaggle.com/bloodaxe)
  146. ## Installation
  147. Albumentations requires Python 3.9 or higher. To install the latest version from PyPI:
  148. ```bash
  149. pip install -U albumentations
  150. ```
  151. Other installation options are described in the [documentation](https://albumentations.ai/docs/getting_started/installation/).
  152. ## Documentation
  153. The full documentation is available at **[https://albumentations.ai/docs/](https://albumentations.ai/docs/)**.
  154. ## A simple example
  155. ```python
  156. import albumentations as A
  157. import cv2
  158. # Declare an augmentation pipeline
  159. transform = A.Compose([
  160. A.RandomCrop(width=256, height=256),
  161. A.HorizontalFlip(p=0.5),
  162. A.RandomBrightnessContrast(p=0.2),
  163. ])
  164. # Read an image with OpenCV and convert it to the RGB colorspace
  165. image = cv2.imread("image.jpg")
  166. image = cv2.cvtColor(image, cv2.COLOR_BGR2RGB)
  167. # Augment an image
  168. transformed = transform(image=image)
  169. transformed_image = transformed["image"]
  170. ```
  171. ## Getting started
  172. ### I am new to image augmentation
  173. Please start with the [introduction articles](https://albumentations.ai/docs/#learning-path) about why image augmentation is important and how it helps to build better models.
  174. ### I want to use Albumentations for the specific task such as classification or segmentation
  175. If you want to use Albumentations for a specific task such as classification, segmentation, or object detection, refer to the [set of articles](https://albumentations.ai/docs/#quick-start-guide) that has an in-depth description of this task. We also have a [list of examples](https://albumentations.ai/docs/examples/) on applying Albumentations for different use cases.
  176. ### I want to know how to use Albumentations with deep learning frameworks
  177. We have [examples of using Albumentations](https://albumentations.ai/docs/#examples-of-how-to-use-albumentations-with-different-deep-learning-frameworks) along with PyTorch and TensorFlow.
  178. ### I want to explore augmentations and see Albumentations in action
  179. Check the [online demo of the library](https://albumentations-demo.herokuapp.com/). With it, you can apply augmentations to different images and see the result. Also, we have a [list of all available augmentations and their targets](#list-of-augmentations).
  180. ## Who is using Albumentations
  181. <a href="https://www.apple.com/" target="_blank"><img src="https://www.albumentations.ai/assets/industry/apple.jpeg" width="100"/></a>
  182. <a href="https://research.google/" target="_blank"><img src="https://www.albumentations.ai/assets/industry/google.png" width="100"/></a>
  183. <a href="https://opensource.fb.com/" target="_blank"><img src="https://www.albumentations.ai/assets/industry/meta_research.png" width="100"/></a>
  184. <a href="https://www.nvidia.com/en-us/research/" target="_blank"><img src="https://www.albumentations.ai/assets/industry/nvidia_research.jpeg" width="100"/></a>
  185. <a href="https://www.amazon.science/" target="_blank"><img src="https://www.albumentations.ai/assets/industry/amazon_science.png" width="100"/></a>
  186. <a href="https://opensource.microsoft.com/" target="_blank"><img src="https://www.albumentations.ai/assets/industry/microsoft.png" width="100"/></a>
  187. <a href="https://engineering.salesforce.com/open-source/" target="_blank"><img src="https://www.albumentations.ai/assets/industry/salesforce_open_source.png" width="100"/></a>
  188. <a href="https://stability.ai/" target="_blank"><img src="https://www.albumentations.ai/assets/industry/stability.png" width="100"/></a>
  189. <a href="https://www.ibm.com/opensource/" target="_blank"><img src="https://www.albumentations.ai/assets/industry/ibm.jpeg" width="100"/></a>
  190. <a href="https://huggingface.co/" target="_blank"><img src="https://www.albumentations.ai/assets/industry/hugging_face.png" width="100"/></a>
  191. <a href="https://www.sony.com/en/" target="_blank"><img src="https://www.albumentations.ai/assets/industry/sony.png" width="100"/></a>
  192. <a href="https://opensource.alibaba.com/" target="_blank"><img src="https://www.albumentations.ai/assets/industry/alibaba.png" width="100"/></a>
  193. <a href="https://opensource.tencent.com/" target="_blank"><img src="https://www.albumentations.ai/assets/industry/tencent.png" width="100"/></a>
  194. <a href="https://h2o.ai/" target="_blank"><img src="https://www.albumentations.ai/assets/industry/h2o_ai.png" width="100"/></a>
  195. ### See also
  196. - [A list of papers that cite Albumentations](https://scholar.google.com/citations?view_op=view_citation&citation_for_view=vkjh9X0AAAAJ:r0BpntZqJG4C).
  197. - [Open source projects that use Albumentations](https://github.com/albumentations-team/albumentations/network/dependents?dependent_type=PACKAGE).
  198. ## List of augmentations
  199. ### Pixel-level transforms
  200. Pixel-level transforms will change just an input image and will leave any additional targets such as masks, bounding boxes, and keypoints unchanged. For volumetric data (volumes and 3D masks), these transforms are applied independently to each slice along the Z-axis (depth dimension), maintaining consistency across the volume. The list of pixel-level transforms:
  201. - [AdditiveNoise](https://explore.albumentations.ai/transform/AdditiveNoise)
  202. - [AdvancedBlur](https://explore.albumentations.ai/transform/AdvancedBlur)
  203. - [AutoContrast](https://explore.albumentations.ai/transform/AutoContrast)
  204. - [Blur](https://explore.albumentations.ai/transform/Blur)
  205. - [CLAHE](https://explore.albumentations.ai/transform/CLAHE)
  206. - [ChannelDropout](https://explore.albumentations.ai/transform/ChannelDropout)
  207. - [ChannelShuffle](https://explore.albumentations.ai/transform/ChannelShuffle)
  208. - [ChromaticAberration](https://explore.albumentations.ai/transform/ChromaticAberration)
  209. - [ColorJitter](https://explore.albumentations.ai/transform/ColorJitter)
  210. - [Defocus](https://explore.albumentations.ai/transform/Defocus)
  211. - [Downscale](https://explore.albumentations.ai/transform/Downscale)
  212. - [Emboss](https://explore.albumentations.ai/transform/Emboss)
  213. - [Equalize](https://explore.albumentations.ai/transform/Equalize)
  214. - [FDA](https://explore.albumentations.ai/transform/FDA)
  215. - [FancyPCA](https://explore.albumentations.ai/transform/FancyPCA)
  216. - [FromFloat](https://explore.albumentations.ai/transform/FromFloat)
  217. - [GaussNoise](https://explore.albumentations.ai/transform/GaussNoise)
  218. - [GaussianBlur](https://explore.albumentations.ai/transform/GaussianBlur)
  219. - [GlassBlur](https://explore.albumentations.ai/transform/GlassBlur)
  220. - [HEStain](https://explore.albumentations.ai/transform/HEStain)
  221. - [HistogramMatching](https://explore.albumentations.ai/transform/HistogramMatching)
  222. - [HueSaturationValue](https://explore.albumentations.ai/transform/HueSaturationValue)
  223. - [ISONoise](https://explore.albumentations.ai/transform/ISONoise)
  224. - [Illumination](https://explore.albumentations.ai/transform/Illumination)
  225. - [ImageCompression](https://explore.albumentations.ai/transform/ImageCompression)
  226. - [InvertImg](https://explore.albumentations.ai/transform/InvertImg)
  227. - [MedianBlur](https://explore.albumentations.ai/transform/MedianBlur)
  228. - [MotionBlur](https://explore.albumentations.ai/transform/MotionBlur)
  229. - [MultiplicativeNoise](https://explore.albumentations.ai/transform/MultiplicativeNoise)
  230. - [Normalize](https://explore.albumentations.ai/transform/Normalize)
  231. - [PixelDistributionAdaptation](https://explore.albumentations.ai/transform/PixelDistributionAdaptation)
  232. - [PlanckianJitter](https://explore.albumentations.ai/transform/PlanckianJitter)
  233. - [PlasmaBrightnessContrast](https://explore.albumentations.ai/transform/PlasmaBrightnessContrast)
  234. - [PlasmaShadow](https://explore.albumentations.ai/transform/PlasmaShadow)
  235. - [Posterize](https://explore.albumentations.ai/transform/Posterize)
  236. - [RGBShift](https://explore.albumentations.ai/transform/RGBShift)
  237. - [RandomBrightnessContrast](https://explore.albumentations.ai/transform/RandomBrightnessContrast)
  238. - [RandomFog](https://explore.albumentations.ai/transform/RandomFog)
  239. - [RandomGamma](https://explore.albumentations.ai/transform/RandomGamma)
  240. - [RandomGravel](https://explore.albumentations.ai/transform/RandomGravel)
  241. - [RandomRain](https://explore.albumentations.ai/transform/RandomRain)
  242. - [RandomShadow](https://explore.albumentations.ai/transform/RandomShadow)
  243. - [RandomSnow](https://explore.albumentations.ai/transform/RandomSnow)
  244. - [RandomSunFlare](https://explore.albumentations.ai/transform/RandomSunFlare)
  245. - [RandomToneCurve](https://explore.albumentations.ai/transform/RandomToneCurve)
  246. - [RingingOvershoot](https://explore.albumentations.ai/transform/RingingOvershoot)
  247. - [SaltAndPepper](https://explore.albumentations.ai/transform/SaltAndPepper)
  248. - [Sharpen](https://explore.albumentations.ai/transform/Sharpen)
  249. - [ShotNoise](https://explore.albumentations.ai/transform/ShotNoise)
  250. - [Solarize](https://explore.albumentations.ai/transform/Solarize)
  251. - [Spatter](https://explore.albumentations.ai/transform/Spatter)
  252. - [Superpixels](https://explore.albumentations.ai/transform/Superpixels)
  253. - [TextImage](https://explore.albumentations.ai/transform/TextImage)
  254. - [ToFloat](https://explore.albumentations.ai/transform/ToFloat)
  255. - [ToGray](https://explore.albumentations.ai/transform/ToGray)
  256. - [ToRGB](https://explore.albumentations.ai/transform/ToRGB)
  257. - [ToSepia](https://explore.albumentations.ai/transform/ToSepia)
  258. - [UnsharpMask](https://explore.albumentations.ai/transform/UnsharpMask)
  259. - [ZoomBlur](https://explore.albumentations.ai/transform/ZoomBlur)
  260. ### Spatial-level transforms
  261. Spatial-level transforms will simultaneously change both an input image as well as additional targets such as masks, bounding boxes, and keypoints. For volumetric data (volumes and 3D masks), these transforms are applied independently to each slice along the Z-axis (depth dimension), maintaining consistency across the volume. The following table shows which additional targets are supported by each transform:
  262. - Volume: 3D array of shape (D, H, W) or (D, H, W, C) where D is depth, H is height, W is width, and C is number of channels (optional)
  263. - Mask3D: Binary or multi-class 3D mask of shape (D, H, W) where each slice represents segmentation for the corresponding volume slice
  264. | Transform | Image | Mask | BBoxes | Keypoints | Volume | Mask3D |
  265. | ------------------------------------------------------------------------------------------------ | :---: | :--: | :----: | :-------: | :----: | :----: |
  266. | [Affine](https://explore.albumentations.ai/transform/Affine) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  267. | [AtLeastOneBBoxRandomCrop](https://explore.albumentations.ai/transform/AtLeastOneBBoxRandomCrop) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  268. | [BBoxSafeRandomCrop](https://explore.albumentations.ai/transform/BBoxSafeRandomCrop) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  269. | [CenterCrop](https://explore.albumentations.ai/transform/CenterCrop) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  270. | [CoarseDropout](https://explore.albumentations.ai/transform/CoarseDropout) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  271. | [ConstrainedCoarseDropout](https://explore.albumentations.ai/transform/ConstrainedCoarseDropout) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  272. | [Crop](https://explore.albumentations.ai/transform/Crop) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  273. | [CropAndPad](https://explore.albumentations.ai/transform/CropAndPad) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  274. | [CropNonEmptyMaskIfExists](https://explore.albumentations.ai/transform/CropNonEmptyMaskIfExists) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  275. | [D4](https://explore.albumentations.ai/transform/D4) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  276. | [ElasticTransform](https://explore.albumentations.ai/transform/ElasticTransform) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  277. | [Erasing](https://explore.albumentations.ai/transform/Erasing) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  278. | [FrequencyMasking](https://explore.albumentations.ai/transform/FrequencyMasking) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  279. | [GridDistortion](https://explore.albumentations.ai/transform/GridDistortion) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  280. | [GridDropout](https://explore.albumentations.ai/transform/GridDropout) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  281. | [GridElasticDeform](https://explore.albumentations.ai/transform/GridElasticDeform) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  282. | [HorizontalFlip](https://explore.albumentations.ai/transform/HorizontalFlip) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  283. | [Lambda](https://explore.albumentations.ai/transform/Lambda) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  284. | [LongestMaxSize](https://explore.albumentations.ai/transform/LongestMaxSize) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  285. | [MaskDropout](https://explore.albumentations.ai/transform/MaskDropout) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  286. | [Morphological](https://explore.albumentations.ai/transform/Morphological) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  287. | [Mosaic](https://explore.albumentations.ai/transform/Mosaic) | ✓ | ✓ | ✓ | ✓ | | |
  288. | [NoOp](https://explore.albumentations.ai/transform/NoOp) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  289. | [OpticalDistortion](https://explore.albumentations.ai/transform/OpticalDistortion) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  290. | [OverlayElements](https://explore.albumentations.ai/transform/OverlayElements) | ✓ | ✓ | | | | |
  291. | [Pad](https://explore.albumentations.ai/transform/Pad) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  292. | [PadIfNeeded](https://explore.albumentations.ai/transform/PadIfNeeded) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  293. | [Perspective](https://explore.albumentations.ai/transform/Perspective) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  294. | [PiecewiseAffine](https://explore.albumentations.ai/transform/PiecewiseAffine) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  295. | [PixelDropout](https://explore.albumentations.ai/transform/PixelDropout) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  296. | [RandomCrop](https://explore.albumentations.ai/transform/RandomCrop) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  297. | [RandomCropFromBorders](https://explore.albumentations.ai/transform/RandomCropFromBorders) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  298. | [RandomCropNearBBox](https://explore.albumentations.ai/transform/RandomCropNearBBox) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  299. | [RandomGridShuffle](https://explore.albumentations.ai/transform/RandomGridShuffle) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  300. | [RandomResizedCrop](https://explore.albumentations.ai/transform/RandomResizedCrop) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  301. | [RandomRotate90](https://explore.albumentations.ai/transform/RandomRotate90) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  302. | [RandomScale](https://explore.albumentations.ai/transform/RandomScale) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  303. | [RandomSizedBBoxSafeCrop](https://explore.albumentations.ai/transform/RandomSizedBBoxSafeCrop) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  304. | [RandomSizedCrop](https://explore.albumentations.ai/transform/RandomSizedCrop) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  305. | [Resize](https://explore.albumentations.ai/transform/Resize) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  306. | [Rotate](https://explore.albumentations.ai/transform/Rotate) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  307. | [SafeRotate](https://explore.albumentations.ai/transform/SafeRotate) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  308. | [ShiftScaleRotate](https://explore.albumentations.ai/transform/ShiftScaleRotate) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  309. | [SmallestMaxSize](https://explore.albumentations.ai/transform/SmallestMaxSize) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  310. | [SquareSymmetry](https://explore.albumentations.ai/transform/SquareSymmetry) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  311. | [ThinPlateSpline](https://explore.albumentations.ai/transform/ThinPlateSpline) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  312. | [TimeMasking](https://explore.albumentations.ai/transform/TimeMasking) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  313. | [TimeReverse](https://explore.albumentations.ai/transform/TimeReverse) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  314. | [Transpose](https://explore.albumentations.ai/transform/Transpose) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  315. | [VerticalFlip](https://explore.albumentations.ai/transform/VerticalFlip) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  316. | [XYMasking](https://explore.albumentations.ai/transform/XYMasking) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
  317. ### 3D transforms
  318. 3D transforms operate on volumetric data and can modify both the input volume and associated 3D mask.
  319. Where:
  320. - Volume: 3D array of shape (D, H, W) or (D, H, W, C) where D is depth, H is height, W is width, and C is number of channels (optional)
  321. - Mask3D: Binary or multi-class 3D mask of shape (D, H, W) where each slice represents segmentation for the corresponding volume slice
  322. | Transform | Volume | Mask3D | Keypoints |
  323. | ------------------------------------------------------------------------------ | :----: | :----: | :-------: |
  324. | [CenterCrop3D](https://explore.albumentations.ai/transform/CenterCrop3D) | ✓ | ✓ | ✓ |
  325. | [CoarseDropout3D](https://explore.albumentations.ai/transform/CoarseDropout3D) | ✓ | ✓ | ✓ |
  326. | [CubicSymmetry](https://explore.albumentations.ai/transform/CubicSymmetry) | ✓ | ✓ | ✓ |
  327. | [Pad3D](https://explore.albumentations.ai/transform/Pad3D) | ✓ | ✓ | ✓ |
  328. | [PadIfNeeded3D](https://explore.albumentations.ai/transform/PadIfNeeded3D) | ✓ | ✓ | ✓ |
  329. | [RandomCrop3D](https://explore.albumentations.ai/transform/RandomCrop3D) | ✓ | ✓ | ✓ |
  330. ## A few more examples of **augmentations**
  331. ### Semantic segmentation on the Inria dataset
  332. ![inria](https://habrastorage.org/webt/su/wa/np/suwanpeo6ww7wpwtobtrzd_cg20.jpeg)
  333. ### Medical imaging
  334. ![medical](https://habrastorage.org/webt/1i/fi/wz/1ifiwzy0lxetc4nwjvss-71nkw0.jpeg)
  335. ### Object detection and semantic segmentation on the Mapillary Vistas dataset
  336. ![vistas](https://habrastorage.org/webt/rz/-h/3j/rz-h3jalbxic8o_fhucxysts4tc.jpeg)
  337. ### Keypoints augmentation
  338. <img src="https://habrastorage.org/webt/e-/6k/z-/e-6kz-fugp2heak3jzns3bc-r8o.jpeg" width=100%>
  339. ## Benchmark Results
  340. ### Image Benchmark Results
  341. ### System Information
  342. - Platform: macOS-15.1-arm64-arm-64bit
  343. - Processor: arm
  344. - CPU Count: 16
  345. - Python Version: 3.12.8
  346. ### Benchmark Parameters
  347. - Number of images: 2000
  348. - Runs per transform: 5
  349. - Max warmup iterations: 1000
  350. ### Library Versions
  351. - albumentations: 2.0.4
  352. - augly: 1.0.0
  353. - imgaug: 0.4.0
  354. - kornia: 0.8.0
  355. - torchvision: 0.20.1
  356. ## Performance Comparison
  357. Number shows how many uint8 images per second can be processed on one CPU thread. Larger is better.
  358. The Speedup column shows how many times faster Albumentations is compared to the fastest other
  359. library for each transform.
  360. | Transform | albumentations<br>2.0.4 | augly<br>1.0.0 | imgaug<br>0.4.0 | kornia<br>0.8.0 | torchvision<br>0.20.1 | Speedup<br>(Alb/fastest other) |
  361. |:---------------------|:--------------------------|:-----------------|:------------------|:------------------|:------------------------|:---------------------------------|
  362. | Affine | **1445 ± 9** | - | 1328 ± 16 | 248 ± 6 | 188 ± 2 | 1.09x |
  363. | AutoContrast | **1657 ± 13** | - | - | 541 ± 8 | 344 ± 1 | 3.06x |
  364. | Blur | **7657 ± 114** | 386 ± 4 | 5381 ± 125 | 265 ± 11 | - | 1.42x |
  365. | Brightness | **11985 ± 455** | 2108 ± 32 | 1076 ± 32 | 1127 ± 27 | 854 ± 13 | 5.68x |
  366. | CLAHE | **647 ± 4** | - | 555 ± 14 | 165 ± 3 | - | 1.17x |
  367. | CenterCrop128 | **119293 ± 2164** | - | - | - | - | N/A |
  368. | ChannelDropout | **11534 ± 306** | - | - | 2283 ± 24 | - | 5.05x |
  369. | ChannelShuffle | **6772 ± 109** | - | 1252 ± 26 | 1328 ± 44 | 4417 ± 234 | 1.53x |
  370. | CoarseDropout | **18962 ± 1346** | - | 1190 ± 22 | - | - | 15.93x |
  371. | ColorJitter | **1020 ± 91** | 418 ± 5 | - | 104 ± 4 | 87 ± 1 | 2.44x |
  372. | Contrast | **12394 ± 363** | 1379 ± 25 | 717 ± 5 | 1109 ± 41 | 602 ± 13 | 8.99x |
  373. | CornerIllumination | **484 ± 7** | - | - | 452 ± 3 | - | 1.07x |
  374. | Elastic | 374 ± 2 | - | **395 ± 14** | 1 ± 0 | 3 ± 0 | 0.95x |
  375. | Equalize | **1236 ± 21** | - | 814 ± 11 | 306 ± 1 | 795 ± 3 | 1.52x |
  376. | Erasing | **27451 ± 2794** | - | - | 1210 ± 27 | 3577 ± 49 | 7.67x |
  377. | GaussianBlur | **2350 ± 118** | 387 ± 4 | 1460 ± 23 | 254 ± 5 | 127 ± 4 | 1.61x |
  378. | GaussianIllumination | **720 ± 7** | - | - | 436 ± 13 | - | 1.65x |
  379. | GaussianNoise | **315 ± 4** | - | 263 ± 9 | 125 ± 1 | - | 1.20x |
  380. | Grayscale | **32284 ± 1130** | 6088 ± 107 | 3100 ± 24 | 1201 ± 52 | 2600 ± 23 | 5.30x |
  381. | HSV | **1197 ± 23** | - | - | - | - | N/A |
  382. | HorizontalFlip | **14460 ± 368** | 8808 ± 1012 | 9599 ± 495 | 1297 ± 13 | 2486 ± 107 | 1.51x |
  383. | Hue | **1944 ± 64** | - | - | 150 ± 1 | - | 12.98x |
  384. | Invert | **27665 ± 3803** | - | 3682 ± 79 | 2881 ± 43 | 4244 ± 30 | 6.52x |
  385. | JpegCompression | **1321 ± 33** | 1202 ± 19 | 687 ± 26 | 120 ± 1 | 889 ± 7 | 1.10x |
  386. | LinearIllumination | 479 ± 5 | - | - | **708 ± 6** | - | 0.68x |
  387. | MedianBlur | **1229 ± 9** | - | 1152 ± 14 | 6 ± 0 | - | 1.07x |
  388. | MotionBlur | **3521 ± 25** | - | 928 ± 37 | 159 ± 1 | - | 3.79x |
  389. | Normalize | **1819 ± 49** | - | - | 1251 ± 14 | 1018 ± 7 | 1.45x |
  390. | OpticalDistortion | **661 ± 7** | - | - | 174 ± 0 | - | 3.80x |
  391. | Pad | **48589 ± 2059** | - | - | - | 4889 ± 183 | 9.94x |
  392. | Perspective | **1206 ± 3** | - | 908 ± 8 | 154 ± 3 | 147 ± 5 | 1.33x |
  393. | PlankianJitter | **3221 ± 63** | - | - | 2150 ± 52 | - | 1.50x |
  394. | PlasmaBrightness | **168 ± 2** | - | - | 85 ± 1 | - | 1.98x |
  395. | PlasmaContrast | **145 ± 3** | - | - | 84 ± 0 | - | 1.71x |
  396. | PlasmaShadow | 183 ± 5 | - | - | **216 ± 5** | - | 0.85x |
  397. | Posterize | **12979 ± 1121** | - | 3111 ± 95 | 836 ± 30 | 4247 ± 26 | 3.06x |
  398. | RGBShift | **3391 ± 104** | - | - | 896 ± 9 | - | 3.79x |
  399. | Rain | **2043 ± 115** | - | - | 1493 ± 9 | - | 1.37x |
  400. | RandomCrop128 | **111859 ± 1374** | 45395 ± 934 | 21408 ± 622 | 2946 ± 42 | 31450 ± 249 | 2.46x |
  401. | RandomGamma | **12444 ± 753** | - | 3504 ± 72 | 230 ± 3 | - | 3.55x |
  402. | RandomResizedCrop | **4347 ± 37** | - | - | 661 ± 16 | 837 ± 37 | 5.19x |
  403. | Resize | **3532 ± 67** | 1083 ± 21 | 2995 ± 70 | 645 ± 13 | 260 ± 9 | 1.18x |
  404. | Rotate | **2912 ± 68** | 1739 ± 105 | 2574 ± 10 | 256 ± 2 | 258 ± 4 | 1.13x |
  405. | SaltAndPepper | **629 ± 6** | - | - | 480 ± 12 | - | 1.31x |
  406. | Saturation | **1596 ± 24** | - | 495 ± 3 | 155 ± 2 | - | 3.22x |
  407. | Sharpen | **2346 ± 10** | - | 1101 ± 30 | 201 ± 2 | 220 ± 3 | 2.13x |
  408. | Shear | **1299 ± 11** | - | 1244 ± 14 | 261 ± 1 | - | 1.04x |
  409. | Snow | **611 ± 9** | - | - | 143 ± 1 | - | 4.28x |
  410. | Solarize | **11756 ± 481** | - | 3843 ± 80 | 263 ± 6 | 1032 ± 14 | 3.06x |
  411. | ThinPlateSpline | **82 ± 1** | - | - | 58 ± 0 | - | 1.41x |
  412. | VerticalFlip | **32386 ± 936** | 16830 ± 1653 | 19935 ± 1708 | 2872 ± 37 | 4696 ± 161 | 1.62x |
  413. ## Contributing
  414. To create a pull request to the repository, follow the documentation at [CONTRIBUTING.md](CONTRIBUTING.md)
  415. ![https://github.com/albuemntations-team/albumentation/graphs/contributors](https://contrib.rocks/image?repo=albumentations-team/albumentations)
  416. ## Community
  417. - [LinkedIn](https://www.linkedin.com/company/albumentations/)
  418. - [Twitter](https://twitter.com/albumentations)
  419. - [Discord](https://discord.gg/AKPrrDYNAt)
  420. ## Citing
  421. If you find this library useful for your research, please consider citing [Albumentations: Fast and Flexible Image Augmentations](https://www.mdpi.com/2078-2489/11/2/125):
  422. ```bibtex
  423. @Article{info11020125,
  424. AUTHOR = {Buslaev, Alexander and Iglovikov, Vladimir I. and Khvedchenya, Eugene and Parinov, Alex and Druzhinin, Mikhail and Kalinin, Alexandr A.},
  425. TITLE = {Albumentations: Fast and Flexible Image Augmentations},
  426. JOURNAL = {Information},
  427. VOLUME = {11},
  428. YEAR = {2020},
  429. NUMBER = {2},
  430. ARTICLE-NUMBER = {125},
  431. URL = {https://www.mdpi.com/2078-2489/11/2/125},
  432. ISSN = {2078-2489},
  433. DOI = {10.3390/info11020125}
  434. }
  435. ```
  436. ---
  437. ## 📫 Stay Connected
  438. Never miss updates, tutorials, and tips from the Albumentations team! [Subscribe to our newsletter](https://albumentations.ai/subscribe).