Neuroglycerin / neukrill-net-tools

Tools coded as part of the NDSB competition.
MIT License
0 stars 0 forks source link

Stochastic augmentation wrapper #114

Closed gngdb closed 9 years ago

gngdb commented 9 years ago

Function to take augmentation settings and create a function that will take an image as a 3D numpy array (width,height, channel) and return an augmented version of that image by sampling a combination of augmentation functions from a provided dictionary of augmentation settings. Should also be seeded by default and take a seed keyarg.