sriramsk commited on
Commit
90a96b8
·
verified ·
1 Parent(s): 9c72947

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +246 -0
README.md ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "aloha",
29
+ "total_episodes": 20,
30
+ "total_frames": 10286,
31
+ "total_tasks": 1,
32
+ "total_videos": 100,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:20"
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
+ 18
46
+ ],
47
+ "names": [
48
+ "left_waist",
49
+ "left_shoulder",
50
+ "left_shoulder_shadow",
51
+ "left_elbow",
52
+ "left_elbow_shadow",
53
+ "left_forearm_roll",
54
+ "left_wrist_angle",
55
+ "left_wrist_rotate",
56
+ "left_gripper",
57
+ "right_waist",
58
+ "right_shoulder",
59
+ "right_shoulder_shadow",
60
+ "right_elbow",
61
+ "right_elbow_shadow",
62
+ "right_forearm_roll",
63
+ "right_wrist_angle",
64
+ "right_wrist_rotate",
65
+ "right_gripper"
66
+ ]
67
+ },
68
+ "observation.state": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 18
72
+ ],
73
+ "names": [
74
+ "left_waist",
75
+ "left_shoulder",
76
+ "left_shoulder_shadow",
77
+ "left_elbow",
78
+ "left_elbow_shadow",
79
+ "left_forearm_roll",
80
+ "left_wrist_angle",
81
+ "left_wrist_rotate",
82
+ "left_gripper",
83
+ "right_waist",
84
+ "right_shoulder",
85
+ "right_shoulder_shadow",
86
+ "right_elbow",
87
+ "right_elbow_shadow",
88
+ "right_forearm_roll",
89
+ "right_wrist_angle",
90
+ "right_wrist_rotate",
91
+ "right_gripper"
92
+ ]
93
+ },
94
+ "observation.right_eef_pose": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 10
98
+ ],
99
+ "names": [
100
+ "rot_6d_0",
101
+ "rot_6d_1",
102
+ "rot_6d_2",
103
+ "rot_6d_3",
104
+ "rot_6d_4",
105
+ "rot_6d_5",
106
+ "trans_0",
107
+ "trans_1",
108
+ "trans_2",
109
+ "gripper_articulation"
110
+ ]
111
+ },
112
+ "action.right_eef_pose": {
113
+ "dtype": "float32",
114
+ "shape": [
115
+ 10
116
+ ],
117
+ "names": [
118
+ "rot_6d_0",
119
+ "rot_6d_1",
120
+ "rot_6d_2",
121
+ "rot_6d_3",
122
+ "rot_6d_4",
123
+ "rot_6d_5",
124
+ "trans_0",
125
+ "trans_1",
126
+ "trans_2",
127
+ "gripper_articulation"
128
+ ]
129
+ },
130
+ "observation.images.cam_azure_kinect_back.transformed_depth": {
131
+ "dtype": "video",
132
+ "shape": [
133
+ 720,
134
+ 1280,
135
+ 1
136
+ ],
137
+ "names": [
138
+ "height",
139
+ "width",
140
+ "channels"
141
+ ],
142
+ "info": "Transformed depth image aligned to color"
143
+ },
144
+ "observation.images.cam_azure_kinect_back.color": {
145
+ "dtype": "video",
146
+ "shape": [
147
+ 720,
148
+ 1280,
149
+ 3
150
+ ],
151
+ "names": [
152
+ "height",
153
+ "width",
154
+ "channels"
155
+ ],
156
+ "info": "Raw color image"
157
+ },
158
+ "observation.images.cam_azure_kinect_front.transformed_depth": {
159
+ "dtype": "video",
160
+ "shape": [
161
+ 720,
162
+ 1280,
163
+ 1
164
+ ],
165
+ "names": [
166
+ "height",
167
+ "width",
168
+ "channels"
169
+ ],
170
+ "info": "Transformed depth image aligned to color"
171
+ },
172
+ "observation.images.cam_azure_kinect_front.color": {
173
+ "dtype": "video",
174
+ "shape": [
175
+ 720,
176
+ 1280,
177
+ 3
178
+ ],
179
+ "names": [
180
+ "height",
181
+ "width",
182
+ "channels"
183
+ ],
184
+ "info": "Raw color image"
185
+ },
186
+ "observation.images.cam_wrist": {
187
+ "dtype": "video",
188
+ "shape": [
189
+ 720,
190
+ 1280,
191
+ 3
192
+ ],
193
+ "names": [
194
+ "height",
195
+ "width",
196
+ "channels"
197
+ ],
198
+ "info": "RGB color image"
199
+ },
200
+ "timestamp": {
201
+ "dtype": "float32",
202
+ "shape": [
203
+ 1
204
+ ],
205
+ "names": null
206
+ },
207
+ "frame_index": {
208
+ "dtype": "int64",
209
+ "shape": [
210
+ 1
211
+ ],
212
+ "names": null
213
+ },
214
+ "episode_index": {
215
+ "dtype": "int64",
216
+ "shape": [
217
+ 1
218
+ ],
219
+ "names": null
220
+ },
221
+ "index": {
222
+ "dtype": "int64",
223
+ "shape": [
224
+ 1
225
+ ],
226
+ "names": null
227
+ },
228
+ "task_index": {
229
+ "dtype": "int64",
230
+ "shape": [
231
+ 1
232
+ ],
233
+ "names": null
234
+ }
235
+ }
236
+ }
237
+ ```
238
+
239
+
240
+ ## Citation
241
+
242
+ **BibTeX:**
243
+
244
+ ```bibtex
245
+ [More Information Needed]
246
+ ```