Adding an image augmentation pipeline as closes #8 .
How did you implement your changes
With imgaug library. We have one function that constructs the image augmentation pipeline and another function that takes the pipeline and the data and transforms it.
What is the purpose of this PR?
Adding an image augmentation pipeline as closes #8 .
How did you implement your changes
With
imgaug
library. We have one function that constructs the image augmentation pipeline and another function that takes the pipeline and the data and transforms it.Remaining issues
None