cadene HF staff commited on
Commit
c8fbc02
·
verified ·
1 Parent(s): ee27c40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -8
README.md CHANGED
@@ -4,19 +4,27 @@ task_categories:
4
  - robotics
5
  tags:
6
  - LeRobot
 
7
  configs:
8
  - config_name: default
9
  data_files: data/*/*.parquet
 
 
 
 
10
  ---
11
 
12
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
 
14
- ## Dataset Description
15
 
 
16
 
 
17
 
18
- - **Homepage:** [More Information Needed]
19
- - **Paper:** [More Information Needed]
 
20
  - **License:** apache-2.0
21
 
22
  ## Dataset Structure
@@ -26,15 +34,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
26
  {
27
  "codebase_version": "v2.1",
28
  "robot_type": "franka",
29
- "total_episodes": 89,
30
- "total_frames": 89,
31
  "total_tasks": 0,
32
- "total_videos": 267,
33
  "total_chunks": 0,
34
  "chunks_size": 1000,
35
  "fps": 15,
36
  "splits": {
37
- "train": "0:89"
38
  },
39
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
@@ -188,5 +196,10 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
188
  **BibTeX:**
189
 
190
  ```bibtex
191
- [More Information Needed]
 
 
 
 
 
192
  ```
 
4
  - robotics
5
  tags:
6
  - LeRobot
7
+ - openx
8
  configs:
9
  - config_name: default
10
  data_files: data/*/*.parquet
11
+ language:
12
+ - en
13
+ size_categories:
14
+ - 10M<n<100M
15
  ---
16
 
17
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
18
 
19
+ ## DROID: A Large-Scale In-the-Wild Robot Manipulation Dataset
20
 
21
+ One of the biggest open-source dataset for robotics with 27.044,326 frames, 92,223 episodes, 31,308 unique task description in natural language.
22
 
23
+ Ported from Tensorflow Dataset format (2TB) to LeRobotDataset format (400GB) with the help from [IPEC-COMMUNITY](https://huggingface.co/IPEC-COMMUNITY).
24
 
25
+ - **Visualization:** [LeRobot](https://huggingface.co/spaces/lerobot/visualize_dataset?dataset=cadene%2Fdroid&episode=0)
26
+ - **Homepage:** [Droid](https://droid-dataset.github.io)
27
+ - **Paper:** [Arxiv](https://arxiv.org/abs/2403.12945)
28
  - **License:** apache-2.0
29
 
30
  ## Dataset Structure
 
34
  {
35
  "codebase_version": "v2.1",
36
  "robot_type": "franka",
37
+ "total_episodes": 92233,
38
+ "total_frames": 27044326,
39
  "total_tasks": 0,
40
+ "total_videos": 92233,
41
  "total_chunks": 0,
42
  "chunks_size": 1000,
43
  "fps": 15,
44
  "splits": {
45
+ "train": "0:92233"
46
  },
47
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
48
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
 
196
  **BibTeX:**
197
 
198
  ```bibtex
199
+ @article{khazatsky2024droid,
200
+ title={Droid: A large-scale in-the-wild robot manipulation dataset},
201
+ author={Khazatsky, Alexander and Pertsch, Karl and Nair, Suraj and Balakrishna, Ashwin and Dasari, Sudeep and Karamcheti, Siddharth and Nasiriany, Soroush and Srirama, Mohan Kumar and Chen, Lawrence Yunliang and Ellis, Kirsty and others},
202
+ journal={arXiv preprint arXiv:2403.12945},
203
+ year={2024}
204
+ }
205
  ```