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.