zhanghang1989 / ResNeSt

ResNeSt: Split-Attention Networks
https://arxiv.org/abs/2004.08955
Apache License 2.0
3.23k stars 496 forks source link

Can't download pretrained models for Semantic Segmentation #159

Open euraka7 opened 3 years ago

euraka7 commented 3 years ago

When I code model = encoding.models.get_model('DeepLab_ResNeSt101_ADE',pretrained=True)

I just get this error, 'RuntimeError: Failed downloading url https://s3.us-west-1.wasabisys.com/encoding/models/resnest101-966fb78c.zip' It seem that there are something wrong with wasabi cloud.

How can I get pretrained models for Semantic Segmentation,like DeepLab_ResNeSt101_ADE,DeepLab_ResNeSt200_ADE and so on?

zhanghang1989 commented 2 years ago

Sorry for the delayed reply. Could you try again?