albumentationsEasy Playground

Fast image augmentation for training deep learning models

Getting started with albumentationsRun locally
Install
pip install albumentations
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: albumentations)

albumentations is a third-party package. Fast image augmentation for training deep learning models. Install with: pip install albumentations

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?