openimages / dataset

The Open Images dataset
https://storage.googleapis.com/openimages/web/index.html
Apache License 2.0
4.27k stars 603 forks source link

BadZipFile Error #106

Closed BassieWitkin closed 2 years ago

BassieWitkin commented 2 years ago

I'm trying to download the dataset using fiftyone in python, and am getting the following error: BadZipFile: File is not a zip file

When I tried manually downloading using the url that showed up in the error (https://storage.googleapis....), the folder downloaded but was unable to be unzipped.

The code worked on a different machine without an issue.

Any ideas?

jponttuset commented 2 years ago

Can you share which was the problematic ZIP file?

BassieWitkin commented 2 years ago

The masks files from the test set- each time I ran the code, a different file gave the error. When I opened the folder I saw the file downloaded and even when I tried to unzip it manually, it didn't work- for some reason it was downloading empty or corrupted.

jponttuset commented 2 years ago

Hi @Bassie1, I just downloaded all the mask files and none give me an error. If you still have problems downloading the data, please reopen the bug and add more details (e.g. specific URL giving you problems). Best,