Apply augmentation stack with different parameters to multiple images #1406
mikel-brostrom
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
What a problem to call transforms twice for this reason? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following piece of code:
Which gives me:
for two different runs. It would be nice if the augmentations could be applied to the input images with a different set of parameters to increase variability on the training data 🚀. At the moment, the default behavior is that the augmentations are applied to all images with the same parameters. Would it be possible to implement this?
Beta Was this translation helpful? Give feedback.
All reactions