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

-init image option? #71

Closed wulabs closed 7 years ago

wulabs commented 7 years ago

Instead of initializing with random, is there a way to initialize with the content image? It seems from jcjohnson/neural-style many people have gotten better results with this.

DmitryUlyanov commented 7 years ago

Hello, this algorithm is different to neural-style, it does not use optimization process to gradually update an image, but learns a feed forward neural network to stylize a given image. So you can think this method uses content image as initialization since it is an input to the stylization network.