ankile commited on
Commit
13cc184
·
verified ·
1 Parent(s): a18b78f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +244 -0
README.md ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "v2.1",
28
+ "robot_type": "robomimic",
29
+ "total_episodes": 1026,
30
+ "total_frames": 298235,
31
+ "total_tasks": 1,
32
+ "total_videos": 3078,
33
+ "total_chunks": 2,
34
+ "chunks_size": 1000,
35
+ "fps": 20,
36
+ "splits": {
37
+ "train": "0:1026"
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",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 24
46
+ ],
47
+ "names": [
48
+ "right_wrist_delta_pos_x",
49
+ "right_wrist_delta_pos_y",
50
+ "right_wrist_delta_pos_z",
51
+ "right_wrist_delta_rot_rx",
52
+ "right_wrist_delta_rot_ry",
53
+ "right_wrist_delta_rot_rz",
54
+ "right_thumb_flexion",
55
+ "right_thumb_opposition",
56
+ "right_index_flexion",
57
+ "right_middle_flexion",
58
+ "right_ring_flexion",
59
+ "right_pinky_flexion",
60
+ "left_wrist_delta_pos_x",
61
+ "left_wrist_delta_pos_y",
62
+ "left_wrist_delta_pos_z",
63
+ "left_wrist_delta_rot_rx",
64
+ "left_wrist_delta_rot_ry",
65
+ "left_wrist_delta_rot_rz",
66
+ "left_thumb_flexion",
67
+ "left_thumb_opposition",
68
+ "left_index_flexion",
69
+ "left_middle_flexion",
70
+ "left_ring_flexion",
71
+ "left_pinky_flexion"
72
+ ]
73
+ },
74
+ "next.done": {
75
+ "dtype": "bool",
76
+ "shape": [
77
+ 1
78
+ ],
79
+ "names": [
80
+ "done"
81
+ ]
82
+ },
83
+ "observation.state": {
84
+ "dtype": "float32",
85
+ "shape": [
86
+ 38
87
+ ],
88
+ "names": [
89
+ "robot0_eef_pos_0",
90
+ "robot0_eef_pos_1",
91
+ "robot0_eef_pos_2",
92
+ "robot0_eef_quat_0",
93
+ "robot0_eef_quat_1",
94
+ "robot0_eef_quat_2",
95
+ "robot0_eef_quat_3",
96
+ "robot0_gripper_qpos_0",
97
+ "robot0_gripper_qpos_1",
98
+ "robot0_gripper_qpos_2",
99
+ "robot0_gripper_qpos_3",
100
+ "robot0_gripper_qpos_4",
101
+ "robot0_gripper_qpos_5",
102
+ "robot0_gripper_qpos_6",
103
+ "robot0_gripper_qpos_7",
104
+ "robot0_gripper_qpos_8",
105
+ "robot0_gripper_qpos_9",
106
+ "robot0_gripper_qpos_10",
107
+ "robot0_gripper_qpos_11",
108
+ "robot1_eef_pos_0",
109
+ "robot1_eef_pos_1",
110
+ "robot1_eef_pos_2",
111
+ "robot1_eef_quat_0",
112
+ "robot1_eef_quat_1",
113
+ "robot1_eef_quat_2",
114
+ "robot1_eef_quat_3",
115
+ "robot1_gripper_qpos_0",
116
+ "robot1_gripper_qpos_1",
117
+ "robot1_gripper_qpos_2",
118
+ "robot1_gripper_qpos_3",
119
+ "robot1_gripper_qpos_4",
120
+ "robot1_gripper_qpos_5",
121
+ "robot1_gripper_qpos_6",
122
+ "robot1_gripper_qpos_7",
123
+ "robot1_gripper_qpos_8",
124
+ "robot1_gripper_qpos_9",
125
+ "robot1_gripper_qpos_10",
126
+ "robot1_gripper_qpos_11"
127
+ ]
128
+ },
129
+ "observation.images.agentview": {
130
+ "dtype": "video",
131
+ "shape": [
132
+ 84,
133
+ 84,
134
+ 3
135
+ ],
136
+ "names": [
137
+ "height",
138
+ "width",
139
+ "channel"
140
+ ],
141
+ "info": {
142
+ "video.height": 84,
143
+ "video.width": 84,
144
+ "video.codec": "av1",
145
+ "video.pix_fmt": "yuv420p",
146
+ "video.is_depth_map": false,
147
+ "video.fps": 20,
148
+ "video.channels": 3,
149
+ "has_audio": false
150
+ }
151
+ },
152
+ "observation.images.robot0_eye_in_hand": {
153
+ "dtype": "video",
154
+ "shape": [
155
+ 84,
156
+ 84,
157
+ 3
158
+ ],
159
+ "names": [
160
+ "height",
161
+ "width",
162
+ "channel"
163
+ ],
164
+ "info": {
165
+ "video.height": 84,
166
+ "video.width": 84,
167
+ "video.codec": "av1",
168
+ "video.pix_fmt": "yuv420p",
169
+ "video.is_depth_map": false,
170
+ "video.fps": 20,
171
+ "video.channels": 3,
172
+ "has_audio": false
173
+ }
174
+ },
175
+ "observation.images.robot1_eye_in_hand": {
176
+ "dtype": "video",
177
+ "shape": [
178
+ 84,
179
+ 84,
180
+ 3
181
+ ],
182
+ "names": [
183
+ "height",
184
+ "width",
185
+ "channel"
186
+ ],
187
+ "info": {
188
+ "video.height": 84,
189
+ "video.width": 84,
190
+ "video.codec": "av1",
191
+ "video.pix_fmt": "yuv420p",
192
+ "video.is_depth_map": false,
193
+ "video.fps": 20,
194
+ "video.channels": 3,
195
+ "has_audio": false
196
+ }
197
+ },
198
+ "timestamp": {
199
+ "dtype": "float32",
200
+ "shape": [
201
+ 1
202
+ ],
203
+ "names": null
204
+ },
205
+ "frame_index": {
206
+ "dtype": "int64",
207
+ "shape": [
208
+ 1
209
+ ],
210
+ "names": null
211
+ },
212
+ "episode_index": {
213
+ "dtype": "int64",
214
+ "shape": [
215
+ 1
216
+ ],
217
+ "names": null
218
+ },
219
+ "index": {
220
+ "dtype": "int64",
221
+ "shape": [
222
+ 1
223
+ ],
224
+ "names": null
225
+ },
226
+ "task_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null
232
+ }
233
+ }
234
+ }
235
+ ```
236
+
237
+
238
+ ## Citation
239
+
240
+ **BibTeX:**
241
+
242
+ ```bibtex
243
+ [More Information Needed]
244
+ ```