Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 737 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 737 Bytes

What are droplets augmentation ?

Droplets augmentation come from an idea of @VieVie31 and @Ricocotam for data augmentation. We both wanted a new funny way to get more data so we found this. Drop some transformations on your image (for now we only thought about images). We've seen as droping water droplet on an actual picture and seeing some zoom or distortion.

How to use ?

You simply follow the documentation for the parameters. Implemented dropelets use scipy.ndimage transformations so if you want more information on the actual transformation, you might look at scipy.ndimage documentation.

Examples

TODO

How to use with Keras ImageDataGenerator

TODO

TODO

Review english Documentation of functions More droplets ...