DmitryUlyanov / texture_nets

Code for "Texture Networks: Feed-forward Synthesis of Textures and Stylized Images" paper.
Apache License 2.0
1.22k stars 218 forks source link

Why no content image input for style transfer during training? #80

Open zxdan523 opened 6 years ago

zxdan523 commented 6 years ago

@DmitryUlyanov first, thanks for your great work which is really helpful to my research. I have a question after reading the paper. To apply your method to style transfer, do we need to input content image during training phase? If not, the content loss is generated for what? Based on my understanding, the content loss is used for preserving the spatial structure of the content image. But there is no content image option in train.lua.