activeloopai / activeloopai/deeplake

[FEATURE] injest fiftyone datasets

オープン
#1,957 コメント 7 件 リアクション 0 件 担当者 1 名 @istranic が担当を希望しています GitHub で見る
enhancement
主要言語
C++
スター
9.2k
フォーク
722
PR マージ指標
30日以内にマージされた PR はありません

説明

## 🚨🚨 Feature Request

- [ ] Related to an existing [Issue](../issues)
- [x] A new implementation (Improvement, Extension)

### Is your feature request related to a problem?

My problem is being able to ingest fiftyone datasets into deeplake
- exporting would also be an interesting addition

### If your feature will improve `HUB`

Fiftyone is a common dataset import and export tool, integration with deeplake would make such operations easy, and would mean that we do not have to implement such operations from scratch.

### Description of the possible solution

```python3
import deeplake
import fiftyone

# ideally this would be able to detect the various different types and labels and be able to import these accordingly.
dataset = fiftyone.load_dataset('my_dataset')
deeplake.ingest_51('deeplake_data/my_dataset', dataset)
```

### An alternative solution to the problem can look like

Ingest steps could be written manually. (Fiftyone doesn't enforce much structure on the datasets so I am not sure if the original ingest function even has a distinct solution, maybe some basic structure would be required).

**Teachability, Documentation, Adoption, Migration Strategy**
Needs discussion first

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。