mingyuliutw / UNIT

Unsupervised Image-to-Image Translation
Other
1.98k stars 360 forks source link

Some questions about the paper and results #16

Closed zzw1123 closed 6 years ago

zzw1123 commented 6 years ago

Hi,mingyuliu,thanks for your contribution which inspires me a lot! But I have one question that during translation,whether CNN detects the facial marks/features of the image and just inpaint the color and texture to the target domain while preserving the outline of the original image? The image below shows that when transfering from a cat to a tiger,ont only the facial features are changed ,but also the face becomes bigger,so can you tell me the reason? image

mingyuliutw commented 6 years ago

For image to image translation, CNN does not need to preserve the outline of the original image. The task is to generate a translated image that is related to the input image. Most of the house cats have short noses, while tigers have longer noses hence the mapping would not be able to keep the same eye to nose distance.