fcn-8s-cityscapes weight link failure
kravrolens opened this issue · 3 comments
kravrolens commented
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 commented
Have you got an effective link to download this model? can you share it to me? thx! @kravrolens
Woodyet commented
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 commented
您的邮件已收到,我会尽快回复~~~