f4a4e05ba8
* Add one augmentations wrapper * Add albumentations in dependencies * Add license header to augmentations config * Add support for Albumentations-based custom augmentations and usage guide * Add unit tests for Albumentations-based augmentation wrappers and pipelines * Create a dedicated guide for Albumentations-based custom augmentations and update links * Improve formatting in augmentation guide with `admonitions` and refine recommendations table * Replace `build_albumentations_from_config` with `AlbumentationsWrapper.from_config` and update augmentation handling in code, docs, and tests * Add utility methods for box processing and simplify geometric transformation handling in `AlbumentationsWrapper` * Expand augmentation configuration guide and update `GEOMETRIC_TRANSFORMS` documentation * Refactor augmentation tests to use parameterized cases for transforms and add mask-specific test coverage * Update augmentation guide to include mask support and clarify transform behavior * Apply suggestions from code review --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: jirka <6035284+Borda@users.noreply.github.com>
6 lines
287 B
Python
6 lines
287 B
Python
# ------------------------------------------------------------------------
|
|
# RF-DETR
|
|
# Copyright (c) 2025 Roboflow. All Rights Reserved.
|
|
# Licensed under the Apache License, Version 2.0 [see LICENSE for details]
|
|
# ------------------------------------------------------------------------
|