DataAugmentation.jl icon indicating copy to clipboard operation
DataAugmentation.jl copied to clipboard

make the transforms callable

Open CarloLucibello opened this issue 1 year ago • 0 comments

For convenience, it would be nice to have

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

CarloLucibello avatar Apr 21 '23 06:04 CarloLucibello