Neural-style: VGG_ILSVRC_19_layers model unavailable

Created on 8 Apr 2016  路  2Comments  路  Source: jcjohnson/neural-style

When running the test script, I get an error:

Couldn't load models/VGG_ILSVRC_19_layers.caffemodel
~/code/torch/install/bin/luajit: neural_style.lua:73: attempt to index a nil value

It turns out that the model it's looking for was never downloaded. When I run this command by itself, it doesn't find anything.

wget -c http://www.robots.ox.ac.uk/~vgg/software/very_deep/caffe/VGG_ILSVRC_19_layers.caffemodel 

Is there somewhere else I can find this file?

Most helpful comment

The VGG19 caffemodel on this page (found by google) appears to be identical with the original (checked with md5sum)
https://worksheets.codalab.org/bundles/0x54101cad2a56410c843b14153371aa5c/

All 2 comments

I have the same problem, this host simply doesn't respond.

A workaround for anyone having this problem is to simply use another model. Maybe worth adding to the readme.

The VGG19 caffemodel on this page (found by google) appears to be identical with the original (checked with md5sum)
https://worksheets.codalab.org/bundles/0x54101cad2a56410c843b14153371aa5c/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JeffCrusey picture JeffCrusey  路  4Comments

kurtby picture kurtby  路  10Comments

gravesee picture gravesee  路  6Comments

Henry-Yan-HS picture Henry-Yan-HS  路  3Comments

JeffCrusey picture JeffCrusey  路  10Comments