Merge pull request #2007 from cdeil/patch-1

Fix Albumentations docs typo
This commit is contained in:
Piotr Skalski 2025-11-05 22:33:48 +01:00 committed by GitHub
commit 9bf9685165
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ increase the size and diversity of training datasets, leading to improved model
performance and generalization.
```bash
pip install augmentation
pip install albumentations
```
Albumentations provides a flexible and powerful API for image augmentation. The core of