voxel51/fiftyone

[FR] Move all zoo datasets/models to cloud storage

Open

#1,756 opened on May 20, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (400 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (4,021 stars)
PR merge metrics
 (Avg merge 3d 11h) (161 merged PRs in 30d)

Description

Some of the datasets and models in our zoo are hosted in Google Drive, which is brittle for a number of reasons:

  • Google Drive is not intended to serve files publicly. Users have complained about failed downloads in the past, for example
  • Google Drive is not available without proxies in some places (eg China)

Example dataset stored in Google Drive: storahttps://github.com/voxel51/fiftyone/blob/22e34e91deb1d2e2fe6316ec81714e0c55015523/fiftyone/zoo/datasets/base.py#L537

Example model stored in Google Drive: https://github.com/voxel51/fiftyone/blob/22e34e91deb1d2e2fe6316ec81714e0c55015523/fiftyone/zoo/models/manifest-tf.json#L13

We should do the proper thing and migrate all file hosting to a public cloud bucket.

Contributor guide