mit-han-lab / anycost-gan

[CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing

Home Page:https://hanlab.mit.edu/projects/anycost-gan/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you please provide pre-trained boundaries of 'stylegan2-ffhq-config-f'?

yuxu915 opened this issue · comments

Hi, thanks for your brilliant work!
However when I try to get pre-trained directions, it seems these pre-trained boundaries are missing.
For example, I cannot find the webpage 'https://hanlab.mit.edu/projects/anycost-gan/files/boundary_stylegan2-ffhq-config-f'.
Could you please fix this problem or share the boundary files with me?
That would be great help.
Thank you very much.

Hi, you are missing the .pt suffix for the URL. You can try wget https://hanlab.mit.edu/projects/anycost-gan/files/boundary_stylegan2-ffhq-config-f.pt.

Please refer to the URL_TEMPLATE variable here:

URL_TEMPLATE = 'https://hanlab.mit.edu/projects/anycost-gan/files/{}_{}.pt'