معرفی شرکت ها


albumentations-experimental-0.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Experimental functionality for the Albumentaions library.
ویژگی مقدار
سیستم عامل -
نام فایل albumentations-experimental-0.0.1
نام albumentations-experimental
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Buslaev Alexander, Alexander Parinov, Vladimir Iglovikov, Eugene Khvedchenya, Druzhinin Mikhail
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/albumentations-team/albumentations_experimental
آدرس اینترنتی https://pypi.org/project/albumentations-experimental/
مجوز MIT
# Albumentations Experimental The Albumentations Experimental library provides experimental and cutting edge augmentation techniques on top [Albumentations](https://github.com/albumentations-team/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 ```Bash pip install -U albumentations_experimental ``` #### Install the latest version from the master's branch on GitHub ```Bash pip install -U git+https://github.com/albumentations-team/albumentations-experimental ``` ## Usage Import augmentations from the library: ```python from albumentations_experimental import FlipSymmetricKeypoints ``` ## Documentation Documentation is available at [https://albumentations.ai/docs/experimental/overview/](https://albumentations.ai/docs/experimental/overview/) ## List of augmentations and their supported targets ### Spatial-level transforms | Transform | Image | Masks | BBoxes | Keypoints | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---: | :---: | :----: | :-------: | | [FlipSymmetricKeypoints](https://albumentations.ai/docs/experimental/api_reference/augmentations/transforms/#albumentations_experimental.augmentations.transforms.FlipSymmetricKeypoints) | ✓ | ✓ | ✓ | ✓ | | [HorizontalFlipSymmetricKeypoints](https://albumentations.ai/docs/experimental/api_reference/augmentations/transforms/#albumentations_experimental.augmentations.transforms.HorizontalFlipSymmetricKeypoints) | ✓ | ✓ | ✓ | ✓ | | [TransposeSymmetricKeypoints](https://albumentations.ai/docs/experimental/api_reference/augmentations/transforms/#albumentations_experimental.augmentations.transforms.TransposeSymmetricKeypoints) | ✓ | ✓ | ✓ | ✓ | | [VerticalFlipSymmetricKeypoints](https://albumentations.ai/docs/experimental/api_reference/augmentations/transforms/#albumentations_experimental.augmentations.transforms.VerticalFlipSymmetricKeypoints) | ✓ | ✓ | ✓ | ✓ |


نیازمندی

مقدار نام
- albumentations
- pytest


زبان مورد نیاز

مقدار نام
>=3.5 Python


نحوه نصب


نصب پکیج whl albumentations-experimental-0.0.1:

    pip install albumentations-experimental-0.0.1.whl


نصب پکیج tar.gz albumentations-experimental-0.0.1:

    pip install albumentations-experimental-0.0.1.tar.gz