cvdfoundation / open-images-dataset

Open Images is a dataset of ~9 million images that have been annotated with image-level labels and bounding boxes spanning thousands of classes.
https://github.com/openimages/dataset
986 stars 157 forks source link

endpoint not able to connect #25

Open kimtang opened 5 years ago

kimtang commented 5 years ago

I am trying to download the gz files but got this error. Am I missing anything?

aws s3 --no-sign-request cp s3://open-images-dataset/tar/train_0.tar.gz . download failed: s3://open-images-dataset/tar/train_0.tar.gz to .\train_0.tar.gz Could not connect to the endpoint URL: "https://open-images-dataset.s3.amazonaws.com/tar/train_0.tar.gz"

hyzhak commented 5 years ago

I had the same problem, but after few days switched to https://github.com/aria2/aria2, which could continue to download after failures. And it works great to me.

pkuCactus commented 5 years ago

@kimtang Have you resolved,i had same problem

kimtang commented 5 years ago

Unfortunately it is still not resolved for me. But alike hyzhak I have downloaded the data from another site.