From e37b32f5cae2505ed864615e5f4ddfaf8ee55b56 Mon Sep 17 00:00:00 2001 From: Christoph Deil Date: Wed, 5 Nov 2025 16:31:24 +0100 Subject: [PATCH] Fix Albumentations docs typo --- docs/how_to/process_datasets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how_to/process_datasets.md b/docs/how_to/process_datasets.md index 36c122df..2f3385d2 100644 --- a/docs/how_to/process_datasets.md +++ b/docs/how_to/process_datasets.md @@ -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