-
Notifications
You must be signed in to change notification settings - Fork 30
Pre Trained Models From The Research Paper
ProGamerGov edited this page Feb 22, 2017
·
4 revisions
Please note that these models are not required for performing Scale Control, or Color Control/Luminance Transfer in Neural-Style.
On Ubuntu, you should be able to use the following commands to download the models:
wget -c https://gist.githubusercontent.com/ksimonyan/3785162f95cd2d5fee77/raw/bb2b4fe0a9bb0669211cf3d0bc949dfdda173e9e/VGG_ILSVRC_19_layers_deploy.prototxt
wget -c --no-check-certificate https://bethgelab.org/media/uploads/deeptextures/vgg_normalised.caffemodel
wget -c --no-check-certificate https://bethgelab.org/media/uploads/stylecontrol/VGG_ILSVRC_19_layers_conv.caffemodel
- If you are using Neural-Style, then you already have the
vgg_normalised.caffemodel
model file, and theVGG_ILSVRC_19_layers_deploy.prototxt
prototxt file.
The models can be used in Neural-Style like this:
-model_file models/VGG_ILSVRC_19_layers_conv.caffemodel -proto_file models/VGG_ILSVRC_19_layers_deploy.prototxt
Or:
-model_file models/vgg_normalised.caffemodel -proto_file models/VGG_ILSVRC_19_layers_deploy.prototxt