This folder contains tutorial jupyter notebooks for imgaug
.
They tend to be more up to date than the ReadTheDocs documentation.
You can view the files either directly on github or by going to
https://nbviewer.jupyter.org/ and copy-pasting
a notebook url there. The notebooks do look a bit cleaner on nbviewer.
Example nbviewer links:
- A01 - Load and Augment an Image
- A03 - Multicore Augmentation
- B01 - Augment Keypoints (aka Landmarks)
- B02 - Augment Bounding Boxes
- B03 - Augment Polygons
- B06 - Augment Line Strings
- B04 - Augment Heatmaps
- B05 - Augment Segmentation Maps
- C01 - Using Probability Distributions as Parameters
- C02 - Using imgaug with more Control Flow
- C03 - Stochastic and Deterministic Augmentation
- C04 - Copying Random States and Using Multiple Augmentation Sequences