activeloopai / activeloopai/deeplake

[FEATURE] injest fiftyone datasets

未關閉
#1,957 7 則留言 0 個 reaction 已指派 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 摘要。