Merge pull request #2007 from cdeil/patch-1
Fix Albumentations docs typo
This commit is contained in:
commit
9bf9685165
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue