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

Darknet53 model downloading error #1778

Closed
pinglangao opened this issue Feb 8, 2024 · 6 comments
Closed

Darknet53 model downloading error #1778

pinglangao opened this issue Feb 8, 2024 · 6 comments
Labels

Comments

@pinglangao
Copy link

from gluoncv.model_zoo import get_model

get_model("yolo3_darknet53_custom", pretrained_base=True, classes=["test", "test2"])

gets me

RuntimeError: Failed downloading url https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/darknet53-2189ea49.zip

Does this URL still work?

@DickJC123
Copy link

I'm seeing download failures broadly for this site, including other download requests of the mxnet CI like:

# wget http://data.mxnet.io/models/imagenet/resnet/18-layers/resnet-18-symbol.json
--2024-02-08 00:55:10--  http://data.mxnet.io/models/imagenet/resnet/18-layers/resnet-18-symbol.json
Resolving data.mxnet.io (data.mxnet.io)... 142.251.46.243, 2607:f8b0:4005:810::2013
Connecting to data.mxnet.io (data.mxnet.io)|142.251.46.243|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://data.mxnet.io.s3-website-us-west-1.amazonaws.com/models/imagenet/resnet/18-layers/resnet-18-symbol.json [following]
--2024-02-08 00:55:10--  http://data.mxnet.io.s3-website-us-west-1.amazonaws.com/models/imagenet/resnet/18-layers/resnet-18-symbol.json
Resolving data.mxnet.io.s3-website-us-west-1.amazonaws.com (data.mxnet.io.s3-website-us-west-1.amazonaws.com)... 52.219.216.75, 52.219.116.115, 52.219.117.131, ...
Connecting to data.mxnet.io.s3-website-us-west-1.amazonaws.com (data.mxnet.io.s3-website-us-west-1.amazonaws.com)|52.219.216.75|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2024-02-08 00:55:11 ERROR 403: Forbidden.

I'd appreciate knowing if this will be restored.
@szha @josephevans ?

@ds-nat-j
Copy link

ds-nat-j commented Feb 8, 2024

I'm getting the same issue. Apparently it's happening for all the model zoo models.

This is the one that I'm using:
detector = model_zoo.get_model('yolo3_mobilenet1.0_coco', pretrained=False)
The error:

Downloading /root/.mxnet/models/mobilenet1.0-efbb2ca3.zip from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/mobilenet1.0-efbb2ca3.zip...
RuntimeError: Failed downloading url https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/models/mobilenet1.0-efbb2ca3.zip

I'd appreciate knowing if this will be restored.
@szha @josephevans ?

@nepia11
Copy link

nepia11 commented Feb 8, 2024

A similar problem prevented a container running in the production environment from starting, but we worked around it by knocking up a container that had been running in the past and porting the necessary resources.

Maybe someone broke the s3 configuration.

@DickJC123
Copy link

The above-posted URL's from https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com now work. The one I posted from https://data.mxnet.io.s3-website-us-west-1.amazonaws.com does not.

@szha
Copy link
Member

szha commented Feb 13, 2024

The files in data.mxnet.io bucket are now copied into apache-mxnet bucket under the same paths.

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants