mdda / deep-learning-workshop

Deep Learning Workshop : Including a VirtualBox VM with pre-configured Jupyter, Tensorflow, PyTorch, models and data
MIT License
470 stars 121 forks source link

typo in path of files for pictures #1

Open anthonyyeo opened 8 years ago

anthonyyeo commented 8 years ago

Hi Martin,

i realise that there are 2 typos in the path for 2 pictures within WIP_6-Art-Style-Transfer-VGG19 notebook .

photo = plt.imread('./images/art-style/Tuebingen_Neckarfront.jpg') art = plt.imread('./images/art-style/960px-VanGogh-_StarryNight-_Google_Art_Project.jpg')

it should be

photo = plt.imread('./images/art-style/photos/Tuebingen_Neckarfront.jpg') art = plt.imread('./images/art-style/styles/960px-VanGogh-_StarryNight-_Google_Art_Project.jpg')

cheers anthony

mdda commented 8 years ago

Thanks - I can put in the fix myself. I'll also add some more style JPGs that I found worked well when I was playing around with it after FOSSASIA.

I have to say that it's a bit hit-and-miss, though. OTOH, I' reluctant about putting an 'after' photo in the presentation, just because it's so delightful when it does work well...