-
Notifications
You must be signed in to change notification settings - Fork 64
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
Missing VGG pretrained model #26
Comments
Thanks for your interest. Are you referring to the VGG model trained on Stylized-ImageNet? If so, it's still available from https://github.com/rgeirhos/texture-vs-shape/blob/master/models/load_pretrained_models.py. |
Sorry, I wrote the issue too quickly and forgot to put the link. I am actually referring to the pretrained models from the AdaIN-style paper that you download with this script https://github.com/rgeirhos/Stylized-ImageNet/blob/9e58dd103e507bfbbe43e40514b885e4fd10fbf0/code/models/download_models.sh. Either way, I did not read the part of the README file that talked about the other repo you have to stylize arbitrary datasets (https://github.com/bethgelab/stylize-datasets). Assuming it does exactly the same thing my problem is solved since I got it to work with the latter. The links in the bash file do not work anymore, e.g. https://s3.amazonaws.com/xunhuang-public/adain/decoder.t7 gave the error I referrenced. |
Thanks for clarifying. I get the same error from the amazonaws links. Unfortunately nothing I can fix on my end, I was going to suggest opening an issue on the AdaIN repo but it looks like it's been set to read-only. |
Hi there,
I was trying to download the models, but it appears that the VGGA models are no longer available. I get this error message when accessing through the browser:
By any chance do you have this models available to the public?
Best,
David
The text was updated successfully, but these errors were encountered: