Open Guydada opened 8 months ago
Hmm this should've been fixed in the last patch release which you're saying you have. Can you give the version of the "voxel51-eta" package?
pip show voxel51-eta
Thanks for the quick answer It's:
Name: voxel51-eta
Version: 0.12.5
Summary: Extensible Toolkit for Analytics
Home-page: https://github.com/voxel51/eta
@Guydada Thanks for the report. You're on the latest version. It appears that we're getting rate-limited by Google Drive which is where we store some of the assets for the dataset zoo like quickstart. We'll look into resolution but unfortunately in the short term we don't have much recourse besides waiting up to 24 hours like the Google error message (screenshot below) says 😞 If this is your first experience with fiftyone, I apologize, this isn't normal! In the meantime you could check out our publicly-hosted version of the fiftyone app which has the quickstart dataset and many others pre-loaded, https://try.fiftyone.ai/
Thanks for the update. Since I have been with you from the very early versions of FiftyOne and since I really like FiftyOne, this is absolutely understandable. Thanks again. We can close it.
I would like to keep this open as a reminder of the issue if that's ok
@Guydada I am able to download the dataset again, if you want to try again. Still looking into a longer term solution for it so will keep this issue alive still
Similar issue with me.
I did a fiftyone quickstart
on cli some hours ago once.
Now trying to load dataset = foz.load_zoo_dataset("quickstart-3d")
following the sample code at https://docs.voxel51.com/user_guide/using_datasets.html#orthographic-projection-images
gives BadZipFile: File is not a zip file
.
If due to rate limit, is that per client user or per data source?
That seems really strict since I assume the cli fiftyone quickstart
downloading 200 images isn't much
I believe it is per data source across all users.
I was able to download the file just now. Have you tried again after some time?
@swheaton I just tried again by entering url of quickstart-3d directly https://drive.usercontent.google.com/download?id=1EnQ2-gGDktEd8pAWwdXNK-FeHUFTFl5K and it shows network failures on both chrome and edge.
Interesting, I downloaded through that link just now with no problems. Just had to click the button saying I accept no virus scan. Maybe your network failures are different than the rate limit. Can you share content of the network tab ?
I can't reproduce the network error from clicking google drive link because it worked few hours later then, and works now too.
Describe the problem
When trying to load datasets using foz.load_zoo_dataset, a BadZipFile: File is not a zip file error raises.
Code to reproduce issue
to reproduce simply:
commands and/or screenshots here
System information
python --version
): Python 3.10.13fiftyone --version
): FiftyOne v0.23.4, Voxel51, Inc.Other info/logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. Please do not use screenshots for sharing text. Code snippets should be used instead when providing tracebacks, logs, etc.
Willingness to contribute
The FiftyOne Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the FiftyOne codebase?