Vladimir Iglovikov
Vladimir Iglovikov
Most likely I will look into CopyAndPaste after PR with Mosaic: https://github.com/albumentations-team/albumentations/pull/2472 That in turn will be reviewed after I deploy the rewritten from scratch version of the website.
It looks like if we: 1. Add `OverlayElements` transform that adds image, bbox, keypoints, mask 2. Render image with text that we want to add 3. Overlay it on the...
Added `OverlayElements` transform that could work on images and masks. Now need an example on how to use it.
Added TextImage in https://github.com/albumentations-team/albumentations/pull/1848, but without synonims, as it adds a lot of overhead
Affine addressed in https://github.com/albumentations-team/albumentations/pull/1810
Refactored and merged in https://github.com/albumentations-team/albumentations/pull/1827
@ogencoglu Would you be interested in a paid feature that allows visual inspection of the transforms to your dataset?
For ImageOnly augmentations, you may try: https://explore.albumentations.ai/transform/CLAHE
Thanks. Applying transforms, without wrapping with Compose, typically leads to enexpected bugs => better to always wrap with compose. At the same time adding `is_check_args` parameter to transforms looks quite...
It does not look right to me eigher.