DaivdYuan commited on
Commit
be7a741
·
verified ·
1 Parent(s): 2469b57

docs: add detailed dataset card and attribution

Browse files
Files changed (1) hide show
  1. README.md +53 -129
README.md CHANGED
@@ -1,152 +1,76 @@
1
  ---
2
  license: other
3
- task_categories:
4
- - robotics
5
  tags:
6
- - LeRobot
7
  - robotics
8
  - lerobot
9
- - umi
 
10
  - nmotion-initiative
11
- configs:
12
- - config_name: default
13
- data_files: data/*/*.parquet
14
  ---
15
 
16
- This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
17
-
18
-
19
- <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=DaivdYuan/hub-flip-bagel-lerobot">
20
- <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
21
- <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
22
- </a>
23
 
 
 
 
24
 
25
- ## Dataset Description
 
 
 
 
 
 
 
 
26
 
 
 
 
 
 
 
 
 
 
27
 
 
 
 
28
 
29
- - **Homepage:** [More Information Needed]
30
- - **Paper:** [More Information Needed]
31
- - **License:** other
 
32
 
33
  ## Dataset Structure
34
-
35
- [meta/info.json](meta/info.json):
36
  ```json
37
  {
38
- "codebase_version": "v3.0",
39
- "robot_type": "generic_robot",
40
- "total_episodes": 30,
41
- "total_frames": 9677,
42
- "total_tasks": 1,
43
- "chunks_size": 1000,
44
- "data_files_size_in_mb": 100,
45
- "video_files_size_in_mb": 200,
46
- "fps": 30,
47
- "splits": {
48
- "train": "0:30"
49
- },
50
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
51
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
52
- "features": {
53
- "observation.state": {
54
- "dtype": "float32",
55
- "shape": [
56
- 7
57
- ],
58
- "names": [
59
- "state_0",
60
- "state_1",
61
- "state_2",
62
- "state_3",
63
- "state_4",
64
- "state_5",
65
- "state_6"
66
- ]
67
- },
68
- "action": {
69
- "dtype": "float32",
70
- "shape": [
71
- 7
72
- ],
73
- "names": [
74
- "action_0",
75
- "action_1",
76
- "action_2",
77
- "action_3",
78
- "action_4",
79
- "action_5",
80
- "action_6"
81
- ]
82
- },
83
- "observation.images.camera0_rgb": {
84
- "dtype": "video",
85
- "shape": [
86
- 224,
87
- 224,
88
- 3
89
- ],
90
- "names": [
91
- "height",
92
- "width",
93
- "channels"
94
- ],
95
- "info": {
96
- "video.height": 224,
97
- "video.width": 224,
98
- "video.codec": "h264",
99
- "video.pix_fmt": "yuv420p",
100
- "video.is_depth_map": false,
101
- "video.fps": 30,
102
- "video.channels": 3,
103
- "has_audio": false
104
- }
105
- },
106
- "timestamp": {
107
- "dtype": "float32",
108
- "shape": [
109
- 1
110
- ],
111
- "names": null
112
- },
113
- "frame_index": {
114
- "dtype": "int64",
115
- "shape": [
116
- 1
117
- ],
118
- "names": null
119
- },
120
- "episode_index": {
121
- "dtype": "int64",
122
- "shape": [
123
- 1
124
- ],
125
- "names": null
126
- },
127
- "index": {
128
- "dtype": "int64",
129
- "shape": [
130
- 1
131
- ],
132
- "names": null
133
- },
134
- "task_index": {
135
- "dtype": "int64",
136
- "shape": [
137
- 1
138
- ],
139
- "names": null
140
- }
141
- }
142
  }
143
  ```
144
 
 
 
145
 
146
  ## Citation
 
 
147
 
148
- **BibTeX:**
149
-
150
- ```bibtex
151
- [More Information Needed]
152
- ```
 
1
  ---
2
  license: other
 
 
3
  tags:
 
4
  - robotics
5
  - lerobot
6
+ - manipulation
7
+ - unknown
8
  - nmotion-initiative
 
 
 
9
  ---
10
 
11
+ # Flip bagel
 
 
 
 
 
 
12
 
13
+ ## Overview
14
+ This dataset is a conversion from an upstream robotics dataset into **LeRobot v3-compatible format**.
15
+ It is intended to provide reproducible access in a unified schema.
16
 
17
+ ## Source Dataset
18
+ - Dataset ID: `hub-flip-bagel`
19
+ - Project: `unknown`
20
+ - Task: `Flip bagel`
21
+ - Upstream download/source URL: https://real.stanford.edu/maniwav/data/flip/replay_buffer.zarr.zip
22
+ - Upstream project page: https://umi-data.github.io/
23
+ - Contact: liuzeyi@stanford.edu
24
+ - Original paper: Data Scaling Laws in Imitation Learning for Robotic Manipulation (2024)
25
+ - Notes: 283 demos; 1 envs; obs=Image,Proprio,Audio; actions=6 DoF End Effector,Parallel Gripper
26
 
27
+ ## Dataset Format
28
+ - Storage format: LeRobot v3 parquet-based dataset
29
+ - Total episodes: 30
30
+ - Total frames: 9677
31
+ - FPS: 30
32
+ - Robot type: generic_robot
33
+ - Observation feature: `observation.state` with shape `[7]`
34
+ - Action feature: `action` with shape `[7]`
35
+ - Video streams: present
36
 
37
+ ## Video Modalities
38
+ - `observation.images.camera0_rgb`: shape `[224, 224, 3]`
39
+ - Frame rate: `30` FPS
40
 
41
+ ## Conversion Notes
42
+ - Target schema: LeRobot v3
43
+ - Conversion path: ingest -> preprocess -> zarr probe -> convert 1 episode -> upload
44
+ - `action` fallback may be used when upstream `data/action` is missing.
45
 
46
  ## Dataset Structure
47
+ `meta/info.json`:
 
48
  ```json
49
  {
50
+ "codebase_version": "v3.0",
51
+ "robot_type": "generic_robot",
52
+ "total_episodes": 30,
53
+ "total_frames": 9677,
54
+ "fps": 30,
55
+ "splits": {"train": "0:30"},
56
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
57
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
58
+ "features": {
59
+ "observation.state": {"dtype": "float32", "shape": [7]},
60
+ "action": {"dtype": "float32", "shape": [7]}
61
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  }
63
  ```
64
 
65
+ ## Data Splits
66
+ - `{'train': '0:30'}`
67
 
68
  ## Citation
69
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
70
+ Please also cite the original upstream project and paper listed above.
71
 
72
+ ## Attribution
73
+ - Original dataset credit remains with upstream creators.
74
+ - Conversion and curation contribution:
75
+ - **Convertor: David Yuan, davidy02@stanford.edu, Stanford University**
76
+ - **NMotion Initiative** (opensource community): *we make embodied data accessible*