赛题一:如何使用stylegan针对本赛题处理?stylegan的原始用法不是通过随机向量生成图片吗?

在直播中提到使用stylegan改进网络,具体应该如何实现呢?

你可以实现一个编码器将图片编码到随机向量。可以参考[1]。也可以参考[2] GauGAN 模型。

[1] “Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation” (CVPR 2021)

代码:GitHub - eladrich/pixel2style2pixel: Official Implementation for "Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation" (CVPR 2021) presenting the pixel2style2pixel (pSp) framework

[2] https://github.com/NVlabs/SPADE