mit-han-lab / gan-compression

[CVPR 2020] GAN Compression: Efficient Architectures for Interactive Conditional GANs
Other
1.1k stars 148 forks source link

How to generate cityscape_A.npz #91

Closed ziwenjie closed 2 years ago

ziwenjie commented 2 years ago

what do the mu and sigma of cityscape_A.npz stand for? How to generate mu and sigma using my own data?

lmxyy commented 2 years ago

mu and sigma are the mean and variance of the InceptionV3 features of the images. They are used to compute the FID. You could refer to this.