neural-style
neural-style copied to clipboard
The NIN model download links have been taken down/changed.
The Google drive link is down, but the files can still be downloaded from their new locations here:
https://gist.github.com/mavenlin/d802a5849de39225bcc6
Hmmm.. tried to use this but not sure 100% what to do.. I downloaded the model and ran this command.
th neural_style.lua -style_image /home/gateway/work/styles/star.jpg -content_image /home/gateway/work/images/home.jpg -output_image test.png -gpu 0,1 -backend cudnn -num_iterations 1000 -content_weight 10 -style_weight 1000 -image_size 2048 -optimizer adam -model_file models/nin_imagenet.caffemode
however everything just came out grey .. did i miss something? :/
@gateway You have to specify the NIN model's layers, as they have different names than the VGG model layers. This should be done for both the -content_layers and -style_layers parameters.
relu0, relu1, relu2, relu3, relu5, relu6, relu7, relu8, relu9, relu10, relu11, relu12
So is the VGG deeplab: The give page: http://ccvl.stat.ucla.edu/ccvl is no longer valid!