DataAugmentation.jl
DataAugmentation.jl copied to clipboard
make the transforms callable
For convenience, it would be nice to have
tfm = FlipX()
newimg = tfm(img) # equivalent to apply(tfm, img)