imgaug — Easy Playground
Image augmentation for ML: geometric, color, blur, noise transforms
Getting started with imgaugRun locally
Install
pip install imgaugPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: imgaug)
imgaug is a third-party package. Image augmentation for ML: geometric, color, blur, noise transforms. Install with: pip install imgaug
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?