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

question about the preprocess

austingg opened this issue · comments

hi,
I am confused by the preprocess.
In the training phase, the net is fed with image substracted mean values, however, in the test phase, the net is fed with raw image and do extra deprocess.

any help will be appreciated.

Hello, there is no preprocess stage as you described. There is one in neural-style repo as this preprocessing is required by VGG.

@DmitryUlyanov thanks a lot. It's my careless. preprocessed image is only fed to VGG. texture nets process the raw image.