voxel51/fiftyone

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

Open

#1,756 opened on 2022年5月20日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (400 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (4,021 stars)
PR merge metrics
 (平均マージ 3d 11h) (30d で 161 merged PRs)

説明

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.

コントリビューターガイド