Package Details: python-albumentations 2.0.8-2

Git Clone URL: https://aur.archlinux.org/python-albumentations.git (read-only, click to copy)
Package Base: python-albumentations
Description: Fast image augmentation library and easy to use wrapper around other libraries
Upstream URL: https://github.com/albumentations-team/albumentations
Licenses: MIT
Submitter: hottea
Maintainer: hottea (lilac)
Last Packager: lilac
Votes: 1
Popularity: 0.000000
First Submitted: 2020-04-14 15:01 (UTC)
Last Updated: 2025-07-10 03:28 (UTC)

Latest Comments

aliu commented on 2025-12-02 01:54 (UTC)

This unmaintained package appears no longer compatible with albucore's batch_transform API (https://github.com/albumentations-team/albucore/commit/49437f2bd8b69b67069d6caf6f18d40af76ab195):

Python 3.13.7 (main, Aug 15 2025, 12:34:02) [GCC 15.2.1 20250813] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import albumentations Traceback (most recent call last):   File "<python-input-1>", line 1, in <module>     import albumentations   File "/usr/lib/python3.13/site-packages/albumentations/__init__.py", line 18, in <module>     from .augmentations import *   File "/usr/lib/python3.13/site-packages/albumentations/augmentations/__init__.py", line 1, in <module>     from .blur.transforms import *   File "/usr/lib/python3.13/site-packages/albumentations/augmentations/blur/transforms.py", line 34, in <module>     from albumentations.core.transforms_interface import (     ...<2 lines>...     )   File "/usr/lib/python3.13/site-packages/albumentations/core/transforms_interface.py", line 545, in <module>     class DualTransform(BasicTransform):     ...<207 lines>...             return np.stack([self.apply_to_mask3d(mask3d, **params) for mask3d in masks3d])   File "/usr/lib/python3.13/site-packages/albumentations/core/transforms_interface.py", line 725, in DualTransform     @batch_transform("spatial", has_batch_dim=False, has_depth_dim=True)      ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 

Should there be some sort of nudge for users towards the maintained drop-in replacement python-albumentationsx?

micwoj92 commented on 2025-07-10 03:15 (UTC)

@hottea could you please drop that unneeded dependency?

micwoj92 commented on 2025-06-04 17:11 (UTC)

scikit-image is unneeded dependency too, seems to only be used in test

daskol commented on 2024-08-28 21:15 (UTC)

It seems that python-scikit-learn is unnecessary dependency while python-typing_extensions is mandatory one.

AlphaJack commented on 2024-06-02 23:50 (UTC)

Hi, can you package https://github.com/albumentations-team/albucore?

$ pix2tex Traceback (most recent call last):   File "/usr/sbin/pix2tex", line 8, in <module>     sys.exit(main())              ^^^^^^   File "/usr/lib/python3.12/site-packages/pix2tex/__main__.py", line 27, in main     from .cli import main   File "/usr/lib/python3.12/site-packages/pix2tex/cli.py", line 1, in <module>     from pix2tex.dataset.transforms import test_transform   File "/usr/lib/python3.12/site-packages/pix2tex/dataset/transforms.py", line 1, in <module>     import albumentations as alb   File "/usr/lib/python3.12/site-packages/albumentations/__init__.py", line 5, in <module>     from .augmentations import *   File "/usr/lib/python3.12/site-packages/albumentations/augmentations/__init__.py", line 1, in <module>     from .blur.functional import *   File "/usr/lib/python3.12/site-packages/albumentations/augmentations/blur/__init__.py", line 1, in <module>     from .functional import *   File "/usr/lib/python3.12/site-packages/albumentations/augmentations/blur/functional.py", line 7, in <module>     from albucore.utils import clipped, maybe_process_in_chunks, preserve_channel_dim ModuleNotFoundError: No module named 'albucore'