NVlabs / FUNIT

Translate images to unseen domains in the test time with few example images.
https://nvlabs.github.io/FUNIT/
Other
1.58k stars 238 forks source link

Why not use the reconstruction loss of style? #33

Open imlixinyang opened 4 years ago

imlixinyang commented 4 years ago

I find that FUNIT use a different loss to make the translation image have the same class as the guide image, one is the $L_adv$ and one is the $L_F$, but why don't you use reconstruction of style (or class code) to replace the $L_F$ like MUNIT?