stylegan2-pytorch
stylegan2-pytorch copied to clipboard
Cutout augmentation can't be disabled with --aug-types
trafficstars
Since cutout augmentation seems to always leak cropped images into the mode, I thought I would try to experiment training without it by setting --aug-types [translation] parameter (though to be honest I'm not sure what "translation" does exactly).
However, I've noticed that images are still being cropped during augmentation, since I can still see "cropped" images in the previews, and in the "real" folder, generated by calculate-fid option, the dataset is cropped as well.
Is this intentional or a bug?