You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: