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

Missing VGG pretrained model #26

Open
DCalhas opened this issue Jan 9, 2025 · 3 comments
Open

Missing VGG pretrained model #26

DCalhas opened this issue Jan 9, 2025 · 3 comments

Comments

@DCalhas
Copy link

DCalhas commented Jan 9, 2025

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:

<Error>
<Code>AllAccessDisabled</Code>
<Message>All access to this object has been disabled</Message>
<RequestId>Y39RN0NV37FRXN31</RequestId>
<HostId>
+MQp4aHtt9oCi43tdYGbk6kPvmHXdhYsF7iU8ZfFSZ9vpHbXOvi7cbB/S7TZ1KoWlHMxagrV3lg=
</HostId>
</Error>

By any chance do you have this models available to the public?

Best,
David

@DCalhas DCalhas changed the title Missing VGGA pretrained model Missing VGG pretrained model Jan 9, 2025
@rgeirhos
Copy link
Owner

rgeirhos commented Jan 9, 2025

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.

@DCalhas
Copy link
Author

DCalhas commented Jan 9, 2025

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.

@rgeirhos
Copy link
Owner

rgeirhos commented Jan 9, 2025

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.

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

2 participants