InterDigitalInc / latent-transformer

Official implementation for paper: A Latent Transformer for Disentangled Face Editing in Images and Videos.
https://arxiv.org/abs/2106.11895
Other
143 stars 22 forks source link

About the evaluation #8

Open Jackyzjz opened 2 years ago

Jackyzjz commented 2 years ago

Thank you very much for your work!

But about the evaluation, you used w_1 = torch.cat((w_1[:,:11,:], w_0[:,11:,:]), 1), what is the significance of doing this?