clovaai / stargan-v2

StarGAN v2 - Official PyTorch Implementation (CVPR 2020)
Other
3.48k stars 653 forks source link

Attribute consistency #122

Open yfji opened 2 years ago

yfji commented 2 years ago

Hi author! Thanks for your work, it's very impressive and inspiring. My question is, how does the generated image keep some attributes of the target image, like pose and expression. From the results, some low level attributes are replaced by the source image(which provides the style), like the hair, lighting and colors, face id and age(fused with the target a little), but the head pose and face expression are kept consistent with the target. so I wonder which part of the network works for the consistency, why are they not replaced by the style, thanks a lot!