clovaai / stargan-v2

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

Why do we translate images in the same domain during training? #82

Open korawat-tanwisuth opened 3 years ago

korawat-tanwisuth commented 3 years ago

In the code, y_trg can come from the same class as y_org. That doesn't seem necessary for translation tasks. Why do we need to translate images in the same domain?