FluxML / DataAugmentation.jl

Flexible data augmentation library for machine and deep learning
https://fluxml.ai/DataAugmentation.jl/dev/
MIT License
41 stars 18 forks source link

make the transforms callable #79

Open CarloLucibello opened 1 year ago

CarloLucibello commented 1 year ago

For convenience, it would be nice to have

tfm = FlipX()
newimg = tfm(img) # equivalent to apply(tfm, img)