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