Open euraka7 opened 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?
Sorry for the delayed reply. Could you try again?
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?