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

The main repo is targeting Texture but not Style transfer?

0000sir opened this issue · comments

I tried many times, but every thing is not like what supposed to be. Until I noticed the output message "Setting up texture layer "
With neural style, the output is "Setting up style layer"
Check the codes, it's texture in it, but the param -mode is style
It seems that whatever you set -mode, it works with texture!
That's a huge mistake

Texture is a synonym for style. More, style transfer becomes texture synthesis when content weight is zero.