NVlabs / stylegan2-ada

StyleGAN2 with adaptive discriminator augmentation (ADA) - Official TensorFlow implementation
https://arxiv.org/abs/2006.06676
Other
1.8k stars 500 forks source link

convert_to_uint8 #84

Open slala2121 opened 3 years ago

slala2121 commented 3 years ago

not a big deal/issue but it like the formula for converting to uint8 maps to [0.5, 255.5] instead of [0,255]. Was curious if this is intentional?