Open Issues Need Help
View All on GitHubNext-generation Albumentations: dual-licensed for open-source and commercial use
Next-generation Albumentations: dual-licensed for open-source and commercial use
Next-generation Albumentations: dual-licensed for open-source and commercial use
Next-generation Albumentations: dual-licensed for open-source and commercial use
Next-generation Albumentations: dual-licensed for open-source and commercial use
Next-generation Albumentations: dual-licensed for open-source and commercial use
Next-generation Albumentations: dual-licensed for open-source and commercial use
Next-generation Albumentations: dual-licensed for open-source and commercial use
Next-generation Albumentations: dual-licensed for open-source and commercial use
Next-generation Albumentations: dual-licensed for open-source and commercial use
Next-generation Albumentations: dual-licensed for open-source and commercial use
Next-generation Albumentations: dual-licensed for open-source and commercial use
Next-generation Albumentations: dual-licensed for open-source and commercial use
Next-generation Albumentations: dual-licensed for open-source and commercial use
Next-generation Albumentations: dual-licensed for open-source and commercial use
Next-generation Albumentations: dual-licensed for open-source and commercial use
Next-generation Albumentations: dual-licensed for open-source and commercial use
Next-generation Albumentations: dual-licensed for open-source and commercial use
AI Summary: The task is to add the `apply_to_images` functionality to the `ToRGB` transformation in the AlbumentationsX library. This involves modifying the existing `ToRGB` class to accept and process image data in a way consistent with other transformations that support batch processing via `apply_to_images`. The fix references a similar issue in the original Albumentations library, suggesting a potential solution path.
Next-generation Albumentations: dual-licensed for open-source and commercial use
AI Summary: The task is to add the `apply_to_images` functionality to the `ZoomBlur` augmentation in the AlbumentationsX library. This involves modifying the existing `ZoomBlur` class to allow for applying the transformation only to image data, while leaving other data types (masks, bounding boxes, keypoints) unchanged, similar to how it's handled in other augmentations.
Next-generation Albumentations: dual-licensed for open-source and commercial use
AI Summary: The task is to add the `apply_to_images` functionality to the `PixelDropout` augmentation in the AlbumentationsX library. This involves modifying the existing `PixelDropout` class to accept and process an `apply_to_images` parameter, ensuring it correctly handles image transformations while maintaining compatibility with other AlbumentationsX features.
Next-generation Albumentations: dual-licensed for open-source and commercial use
AI Summary: Implement the ability to adjust parameters (brightness, contrast, saturation, etc.) in color spaces other than HSV within the AlbumentationsX library. This involves adding new parameters or modifying existing ones in relevant transformation functions to support alternative color spaces like LAB, YUV, etc., ensuring backward compatibility and thorough testing.
Next-generation Albumentations: dual-licensed for open-source and commercial use