anishathalye / neural-style

Neural style in TensorFlow! 🎨
https://anishathalye.com/an-ai-that-can-mimic-any-artist/
GNU General Public License v3.0
5.54k stars 1.52k forks source link

Wrong data #104

Closed June-Jo closed 6 years ago

June-Jo commented 6 years ago

I followed the instructions, and I run the neural_style.py like below

python neural_style.py --content example/loul.jpg --styles examples/2-style2.jpg --output test1.jpg

But it gives a below message.

You're using the wrong VGG19 data. Please follow the instructions in the README to download the correct data.

I think the path of the mat file is wrong. I put it in the neural_style folder. Is there anything wrong?

Thanks, in advance.

anishathalye commented 6 years ago

You're using the wrong data.

See #4 #6 #12 #25 #39 #43 #46 #69 #74 #75