How to view the dataset after data augmentation #1114
-
Hello I am curious about how nnUNet decides the augmentation to the dataset, so is there ways we could extract the dataset after the data augmentation before the initialization of the network? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
FabianIsensee
Aug 23, 2022
Replies: 1 comment 3 replies
-
data augmentation is done on the fly during training, so there is no augmented dataset you can look at. That you can do is save the samples that the network sees in run_iteration |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
casekevin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
data augmentation is done on the fly during training, so there is no augmented dataset you can look at. That you can do is save the samples that the network sees in run_iteration