Albumentations Experimental
The Albumentations Experimental library provides experimental and cutting edge augmentation techniques on top Albumentations.
Why a separate library
Albumentations provides stable and well-tested interfaces for performing augmentations. We don't want to pollute the library with features that may be prone to rapid changes in interfaces and behavior since they could break users' pipelines. But we also want to implement new, experimental features and see whether they will be useful.
So we created Albumentations Experimental, a library that will help us to iterate faster and remove the need for striving for backward compatibility and rigorous testing.
Beware, that each new version of Albumentations Experimental may contain backward-incompatible changes both in interfaces and behavior.
When features in Albumentations Experimental are mature enough, we will port them to the main library with all our usual policies such as rigorous testing, extensive documentation, and stable behavior.
Installation
Albumentations Experimental requires Python 3.5 or higher.
Install the latest stable version from PyPI
pip install -U albumentations_experimental
Install the latest version from the master's branch on GitHub
pip install -U git+https://github.com/albumentations-team/albumentations-experimental
Usage
Import augmentations from the library:
from albumentations_experimental import FlipSymmetricKeypoints
Documentation
Documentation is available at https://albumentations.ai/docs/experimental/overview/
List of augmentations and their supported targets
Spatial-level transforms
| Transform | Image | Masks | BBoxes | Keypoints |
|---|---|---|---|---|
| FlipSymmetricKeypoints | ✓ | ✓ | ✓ | ✓ |
| HorizontalFlipSymmetricKeypoints | ✓ | ✓ | ✓ | ✓ |
| TransposeSymmetricKeypoints | ✓ | ✓ | ✓ | ✓ |
| VerticalFlipSymmetricKeypoints | ✓ | ✓ | ✓ | ✓ |
Release files for albumentations-experimental 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| albumentations_experimental-0.0.1.tar.gz | 5.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| albumentations_experimental-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.0 kB
Release files / albumentations_experimental-0.0.1.tar.gz
| Download URL | albumentations_experimental-0.0.1.tar.gz |
|---|---|
| Size | 5.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4093aa7df6c20d7b42806af9e962fccb83ad3f64dbb9c2b7c176e30ff8f2933c
|
|
BLAKE2b-256 checksum How to use checksums |
8f94e7de86cee07f1360df1a014d9b480be833911d75bdee543cf213d2580aba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
|
Release files / albumentations_experimental-0.0.1-py3-none-any.whl
| Download URL | albumentations_experimental-0.0.1-py3-none-any.whl |
|---|---|
| Size | 5.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
639a2222af4941435eebc1c0350af6eb70c10b4efa16c5c09db69492c69dfbac
|
|
BLAKE2b-256 checksum How to use checksums |
64315b71e25c44e90b3fcdc99e31f99e5e7af575482a8ad95c496b8b25726709
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
|