Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ProGamerGov opened this issue Sep 15, 2019 · 3 comments
Open

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

ProGamerGov opened this issue Sep 15, 2019 · 3 comments

Comments

@ProGamerGov
Copy link

ProGamerGov commented Sep 15, 2019

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

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

@gateway
Copy link

gateway commented Feb 14, 2020

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? :/

@ProGamerGov
Copy link
Author

@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

@mrgransky
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants