mpark commited on
Commit
8af72cb
·
verified ·
1 Parent(s): f56981c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +242 -0
README.md ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ 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
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v3.0",
28
+ "robot_type": "robomimic",
29
+ "total_episodes": 1000,
30
+ "total_frames": 315796,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
+ "fps": 20,
36
+ "splits": {
37
+ "train": "0:1000"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 24
46
+ ],
47
+ "names": [
48
+ "action_0",
49
+ "action_1",
50
+ "action_2",
51
+ "action_3",
52
+ "action_4",
53
+ "action_5",
54
+ "action_6",
55
+ "action_7",
56
+ "action_8",
57
+ "action_9",
58
+ "action_10",
59
+ "action_11",
60
+ "action_12",
61
+ "action_13",
62
+ "action_14",
63
+ "action_15",
64
+ "action_16",
65
+ "action_17",
66
+ "action_18",
67
+ "action_19",
68
+ "action_20",
69
+ "action_21",
70
+ "action_22",
71
+ "action_23"
72
+ ]
73
+ },
74
+ "observation.state": {
75
+ "dtype": "float32",
76
+ "shape": [
77
+ 36
78
+ ],
79
+ "names": [
80
+ "robot0_right_eef_pos_0",
81
+ "robot0_right_eef_pos_1",
82
+ "robot0_right_eef_pos_2",
83
+ "robot0_right_eef_quat_0",
84
+ "robot0_right_eef_quat_1",
85
+ "robot0_right_eef_quat_2",
86
+ "robot0_right_eef_quat_3",
87
+ "robot0_right_gripper_qpos_0",
88
+ "robot0_right_gripper_qpos_1",
89
+ "robot0_right_gripper_qpos_2",
90
+ "robot0_right_gripper_qpos_3",
91
+ "robot0_right_gripper_qpos_4",
92
+ "robot0_right_gripper_qpos_5",
93
+ "robot0_right_gripper_qpos_6",
94
+ "robot0_right_gripper_qpos_7",
95
+ "robot0_right_gripper_qpos_8",
96
+ "robot0_right_gripper_qpos_9",
97
+ "robot0_right_gripper_qpos_10",
98
+ "robot0_left_eef_pos_0",
99
+ "robot0_left_eef_pos_1",
100
+ "robot0_left_eef_pos_2",
101
+ "robot0_left_eef_quat_0",
102
+ "robot0_left_eef_quat_1",
103
+ "robot0_left_eef_quat_2",
104
+ "robot0_left_eef_quat_3",
105
+ "robot0_left_gripper_qpos_0",
106
+ "robot0_left_gripper_qpos_1",
107
+ "robot0_left_gripper_qpos_2",
108
+ "robot0_left_gripper_qpos_3",
109
+ "robot0_left_gripper_qpos_4",
110
+ "robot0_left_gripper_qpos_5",
111
+ "robot0_left_gripper_qpos_6",
112
+ "robot0_left_gripper_qpos_7",
113
+ "robot0_left_gripper_qpos_8",
114
+ "robot0_left_gripper_qpos_9",
115
+ "robot0_left_gripper_qpos_10"
116
+ ]
117
+ },
118
+ "task_index": {
119
+ "dtype": "int64",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ },
125
+ "observation.images.frontview_image": {
126
+ "dtype": "video",
127
+ "shape": [
128
+ 84,
129
+ 84,
130
+ 3
131
+ ],
132
+ "names": [
133
+ "height",
134
+ "width",
135
+ "channel"
136
+ ],
137
+ "info": {
138
+ "video.height": 84,
139
+ "video.width": 84,
140
+ "video.codec": "av1",
141
+ "video.pix_fmt": "yuv420p",
142
+ "video.is_depth_map": false,
143
+ "video.fps": 20,
144
+ "video.channels": 3,
145
+ "has_audio": false
146
+ }
147
+ },
148
+ "observation.images.robot0_eye_in_left_hand_image": {
149
+ "dtype": "video",
150
+ "shape": [
151
+ 84,
152
+ 84,
153
+ 3
154
+ ],
155
+ "names": [
156
+ "height",
157
+ "width",
158
+ "channel"
159
+ ],
160
+ "info": {
161
+ "video.height": 84,
162
+ "video.width": 84,
163
+ "video.codec": "av1",
164
+ "video.pix_fmt": "yuv420p",
165
+ "video.is_depth_map": false,
166
+ "video.fps": 20,
167
+ "video.channels": 3,
168
+ "has_audio": false
169
+ }
170
+ },
171
+ "observation.images.robot0_eye_in_right_hand_image": {
172
+ "dtype": "video",
173
+ "shape": [
174
+ 84,
175
+ 84,
176
+ 3
177
+ ],
178
+ "names": [
179
+ "height",
180
+ "width",
181
+ "channel"
182
+ ],
183
+ "info": {
184
+ "video.height": 84,
185
+ "video.width": 84,
186
+ "video.codec": "av1",
187
+ "video.pix_fmt": "yuv420p",
188
+ "video.is_depth_map": false,
189
+ "video.fps": 20,
190
+ "video.channels": 3,
191
+ "has_audio": false
192
+ }
193
+ },
194
+ "timestamp": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null
200
+ },
201
+ "frame_index": {
202
+ "dtype": "int64",
203
+ "shape": [
204
+ 1
205
+ ],
206
+ "names": null
207
+ },
208
+ "episode_index": {
209
+ "dtype": "int64",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": null
214
+ },
215
+ "index": {
216
+ "dtype": "int64",
217
+ "shape": [
218
+ 1
219
+ ],
220
+ "names": null
221
+ },
222
+ "next.done": {
223
+ "dtype": "bool",
224
+ "shape": [
225
+ 1
226
+ ],
227
+ "names": [
228
+ "done"
229
+ ]
230
+ }
231
+ }
232
+ }
233
+ ```
234
+
235
+
236
+ ## Citation
237
+
238
+ **BibTeX:**
239
+
240
+ ```bibtex
241
+ [More Information Needed]
242
+ ```