Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General question on per sampel augmentation #87

Open
MLRadfys opened this issue Oct 7, 2021 · 1 comment
Open

General question on per sampel augmentation #87

MLRadfys opened this issue Oct 7, 2021 · 1 comment

Comments

@MLRadfys
Copy link

MLRadfys commented Oct 7, 2021

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

@FabianIsensee
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants