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

fcn-8s-cityscapes weight link failure #211

Open
kravrolens opened this issue Jul 5, 2021 · 3 comments
Open

fcn-8s-cityscapes weight link failure #211

kravrolens opened this issue Jul 5, 2021 · 3 comments

Comments

@kravrolens
Copy link

kravrolens commented Jul 5, 2021

Hi,It seems https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/blob/f13aab8148bd5f15b9eb47b690496df8dadbab0c/scripts/eval_cityscapes/download_fcn8s.sh#L1 link failed when I ran sh download_fcn8s.sh ,

http://people.eecs.berkeley.edu/~tinghuiz/projects/pix2pix/fcn-8s-cityscapes/fcn-8s-cityscapes.caffemodel Resolving people.eecs.berkeley.edu (people.eecs.berkeley.edu)... 128.32.244.190 Connecting to people.eecs.berkeley.edu (people.eecs.berkeley.edu)|128.32.244.190|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently Location: https://tinghuiz.github.io/projects/pix2pix/fcn-8s-cityscapes/fcn-8s-cityscapes.caffemodel [following] --2021-07-05 10:37:38--  https://tinghuiz.github.io/projects/pix2pix/fcn-8s-cityscapes/fcn-8s-cityscapes.caffemodel Resolving tinghuiz.github.io (tinghuiz.github.io)... 185.199.110.153, 185.199.111.153, 185.199.109.153, ...
Connecting to tinghuiz.github.io (tinghuiz.github.io)|185.199.110.153|:443... connected.
HTTP request sent, awaiting response... 404 Not Found 2021-07-05 10:37:38 ERROR 404: Not Found.

Hope to get an effective link,Thanks!

@syz825211943
Copy link

Have you got an effective link to download this model? can you share it to me? thx! @kravrolens

@Woodyet
Copy link

Woodyet commented Aug 31, 2022

@syz825211943

Change download_fcn8s.sh to

URL=http://efrosgans.eecs.berkeley.edu/pix2pix_extra/fcn-8s-cityscapes.caffemodel
OUTPUT_FILE=./scripts/eval_cityscapes/caffemodel/fcn-8s-cityscapes.caffemodel
wget -N $URL -O $OUTPUT_FILE

@ALISAXXW
Copy link

ALISAXXW commented Aug 31, 2022 via email

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

4 participants