neural-style icon indicating copy to clipboard operation
neural-style copied to clipboard

The NIN model download links have been taken down/changed.

Open ProGamerGov opened this issue 6 years ago • 3 comments
trafficstars

The Google drive link is down, but the files can still be downloaded from their new locations here:

https://gist.github.com/mavenlin/d802a5849de39225bcc6

ProGamerGov avatar Sep 15 '19 17:09 ProGamerGov

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 avatar Feb 14 '20 01:02 gateway

@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

ProGamerGov avatar Feb 14 '20 20:02 ProGamerGov

So is the VGG deeplab: The give page: http://ccvl.stat.ucla.edu/ccvl is no longer valid!

mrgransky avatar Apr 08 '20 17:04 mrgransky