angelolab / Nimbus

Other
12 stars 1 forks source link

Image augmentation pipeline #9

Closed JLrumberger closed 2 years ago

JLrumberger commented 2 years ago

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

ngreenwald commented 2 years ago

Also, make sure to update your branch. Can either do it locally or from github.

image