taesungp / swapping-autoencoder-pytorch

Official Implementation of Swapping Autoencoder for Deep Image Manipulation (NeurIPS 2020)
Other
516 stars 84 forks source link

Does the algorithm work with providing texture images for swapping? #25

Open SeptimiaSarbu opened 2 years ago

SeptimiaSarbu commented 2 years ago

Hello! Congratulations for your very impressive work! I was wondering if the same results may be achieved in the case when we provide images of different kinds of textures that are not related to the original image? for example, in the swapping of building textures, both content and texture images are of buildings? what if the texture image is not of that of a building, but of a simple texture? Thanks a lot!

taesungp commented 2 years ago

It will try to transfer the texture of the reference image, but it will obviously struggle, especially if the images are out of the training distribution.