GLEAN
GLEAN copied to clipboard
about the StyleGAN2 in MMEditing/MMGeneration and BasicSR differences
Thanks for your great work! The paper mentioned you adopted SytleGAN2 based on BasicSR(https://github.com/XPixelGroup/BasicSR) as pretrained model. However, It actually used the SytleGAN2 based on MMGeneration(mmedit/models/components/stylegan2/generator_discriminator.py) in your mmediting code. So, I wonder if there are any differences or influences between these two approaches in implementing styleGAN2 in details such as network architecture and so on? Thanks!