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

Cutout augmentation can't be disabled with --aug-types

Open tannisroot opened this issue 4 years ago • 0 comments
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?

tannisroot avatar Nov 25 '20 19:11 tannisroot