Skip to content

Commit

Permalink
Update README.md to stress the pixel-level augmentation (#1216)
Browse files Browse the repository at this point in the history
Update README.md to stress the pixel-level augmentation

Co-authored-by: Mikhail Druzhinin <dipetm@gmail.com>
Co-authored-by: Vladimir Iglovikov <ternaus@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 11, 2022
1 parent 391ac81 commit ed7626f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Albumentations is a Python library for image augmentation. Image augmentation is used in deep learning and computer vision tasks to increase the quality of trained models. The purpose of image augmentation is to create new training samples from the existing data.

Here is an example of how you can apply some augmentations from Albumentations to create new images from the original one:
Here is an example of how you can apply some [pixel-level](#pixel-level-transforms) augmentations from Albumentations to create new images from the original one:
![parrot](https://habrastorage.org/webt/bd/ne/rv/bdnerv5ctkudmsaznhw4crsdfiw.jpeg)

## Why Albumentations
Expand Down

0 comments on commit ed7626f

Please sign in to comment.