stylegan2-pytorch icon indicating copy to clipboard operation
stylegan2-pytorch copied to clipboard

Add option to generate augmented dataset?

Open zax9 opened this issue 5 years ago • 1 comments

Would it be possible to add an option to generate an augmented dataset using the --aug-prob, --dataset-aug-prob and --aug-types settings?

It's unclear to me how the different augment types and probabilities could impact my data, and it'd be informative to be able to take my dataset, augment it, and output the augmented dataset. This augmented dataset could be inspected for possible issues with augmentation and items could be excluded, then the model could be trained on the edited augmented dataset.

zax9 avatar Sep 29 '20 04:09 zax9

THIS! For instance, my dataset was quite negatively affected by the cropping/cutout augmentation, and it took me a while to realize the issue. Previewing the augmentation would be very cool.

tannisroot avatar Oct 01 '20 18:10 tannisroot