NVlabs / stylegan3

Official PyTorch implementation of StyleGAN3
Other
6.3k stars 1.11k forks source link

RGBA #186

Closed PDillis closed 2 years ago

PDillis commented 2 years ago

Allows users to train on RGBA datasets. Note that the fourth channel can be anything, so long as its values are still in the range [0, 255]. However, color augmentations should not be used, as those need to be better tuned for any type of dataset (RGB or RGBA).