DmitryUlyanov / texture_nets

Code for "Texture Networks: Feed-forward Synthesis of Textures and Stylized Images" paper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-init image option?

wulabs opened this issue · comments

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.

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.