genforce / idinvert_pytorch

[ECCV 2020] In-Domain GAN Inversion for Real Image Editing (PyTorch code)
https://genforce.github.io/idinvert/
MIT License
407 stars 54 forks source link

Deleted Dropbox files on Colab #9

Closed leoffx closed 3 years ago

leoffx commented 3 years ago

Colab code uses wget to download the model files, but these files are returning a 404.

!wget https://www.dropbox.com/s/a7ftqt9rmdpkzou/styleganinv_ffhq256_encoder.pth?dl=0 -O $MODEL_DIR/styleganinv_ffhq256_encoder.pth  --quiet
!wget https://www.dropbox.com/s/i0tj94zhpgqsxso/styleganinv_ffhq256_generator.pth?dl=0 -O $MODEL_DIR/styleganinv_ffhq256_generator.pth  --quiet
!wget https://www.dropbox.com/s/ll4gal1iubyowpk/vgg16.pth?dl=0 -O $MODEL_DIR/vgg16.pth  --quiet
zhoubolei commented 3 years ago

the links are updated. previous ones are blocked by dropbox due to too much access.