batchgenerators
batchgenerators copied to clipboard
General question on per sampel augmentation
Hi and thanks for sharing this great project!
Iam just wondering how batchgenerators applies the augmentation on a sample level?
Are multiple augmentations applied at once to a sample (i.ex. rotation + shift) or is it just a single transformation that is applied to a sample?
Thanks in advance,
Cheers,
M
Hi, each augmentation is applied one after the other. The only exception is SpatialTransform which applies shift, rotation, scaling and deformation at the same time for computational reasons Best, Fabian