FluxML / DataAugmentation.jl

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

FlipX, FlipY and ScaleFixed are not ND compatible #74

Open itan1 opened 1 year ago

itan1 commented 1 year ago

FlipX, FlipY and ScaleFixed work for 2D data but not for 3D data. A couple methods in src/projective/affine.jl assume that the data is 2D.