Rutav commited on
Commit
391fd29
·
verified ·
1 Parent(s): 4688427

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -116
README.md CHANGED
@@ -29,20 +29,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
29
  {
30
  "codebase_version": "v3.0",
31
  "robot_type": "PandaOmron",
32
- "total_episodes": 55,
33
- "total_frames": 10330,
34
  "total_tasks": 7,
35
  "chunks_size": 1000,
36
  "data_files_size_in_mb": 100,
37
  "video_files_size_in_mb": 200,
38
  "fps": 20,
39
  "splits": {
40
- "train": "0:55"
41
  },
42
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
43
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
44
  "features": {
45
- "observation.images.robot0_agentview_center": {
46
  "dtype": "video",
47
  "shape": [
48
  128,
@@ -65,7 +65,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
65
  "has_audio": false
66
  }
67
  },
68
- "observation.images.robot0_eye_in_hand": {
69
  "dtype": "video",
70
  "shape": [
71
  128,
@@ -88,70 +88,36 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
88
  "has_audio": false
89
  }
90
  },
91
- "object": {
92
- "dtype": "float64",
93
- "shape": [
94
- 14
95
- ],
96
- "names": [
97
- "object"
98
- ]
99
- },
100
- "object-state": {
101
- "dtype": "float64",
102
  "shape": [
103
- 14
 
 
104
  ],
105
  "names": [
106
- "object-state"
107
- ]
108
- },
109
- "objects-joint-state": {
110
- "dtype": "float64",
111
- "shape": [
112
- 82
113
  ],
114
- "names": [
115
- "objects-joint-state"
116
- ]
 
 
 
 
 
 
 
117
  },
118
- "robot0_agentview_center_bbox": {
119
  "dtype": "float64",
120
  "shape": [
121
- 32,
122
- 4
123
- ],
124
- "names": [
125
- "robot0_agentview_center_bbox"
126
- ]
127
- },
128
- "robot0_agentview_center_bbox_ids": {
129
- "dtype": "int64",
130
- "shape": [
131
- 32
132
- ],
133
- "names": [
134
- "robot0_agentview_center_bbox_ids"
135
- ]
136
- },
137
- "robot0_agentview_center_bbox_mask": {
138
- "dtype": "int32",
139
- "shape": [
140
- 32
141
- ],
142
- "names": [
143
- "robot0_agentview_center_bbox_mask"
144
- ]
145
- },
146
- "robot0_agentview_center_segmentation_instance": {
147
- "dtype": "int32",
148
- "shape": [
149
- 128,
150
- 128,
151
- 1
152
  ],
153
  "names": [
154
- "robot0_agentview_center_segmentation_instance"
155
  ]
156
  },
157
  "robot0_base_pos": {
@@ -190,15 +156,6 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
190
  "robot0_base_to_eef_quat"
191
  ]
192
  },
193
- "robot0_base_to_eef_quat_site": {
194
- "dtype": "float32",
195
- "shape": [
196
- 4
197
- ],
198
- "names": [
199
- "robot0_base_to_eef_quat_site"
200
- ]
201
- },
202
  "robot0_eef_pos": {
203
  "dtype": "float64",
204
  "shape": [
@@ -217,70 +174,31 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
217
  "robot0_eef_quat"
218
  ]
219
  },
220
- "robot0_eef_quat_site": {
221
- "dtype": "float32",
222
- "shape": [
223
- 4
224
- ],
225
- "names": [
226
- "robot0_eef_quat_site"
227
- ]
228
- },
229
- "robot0_eye_in_hand_bbox": {
230
  "dtype": "float64",
231
  "shape": [
232
- 32,
233
- 4
234
- ],
235
- "names": [
236
- "robot0_eye_in_hand_bbox"
237
- ]
238
- },
239
- "robot0_eye_in_hand_bbox_ids": {
240
- "dtype": "int64",
241
- "shape": [
242
- 32
243
- ],
244
- "names": [
245
- "robot0_eye_in_hand_bbox_ids"
246
- ]
247
- },
248
- "robot0_eye_in_hand_bbox_mask": {
249
- "dtype": "int32",
250
- "shape": [
251
- 32
252
- ],
253
- "names": [
254
- "robot0_eye_in_hand_bbox_mask"
255
- ]
256
- },
257
- "robot0_eye_in_hand_segmentation_instance": {
258
- "dtype": "int32",
259
- "shape": [
260
- 128,
261
- 128,
262
- 1
263
  ],
264
  "names": [
265
- "robot0_eye_in_hand_segmentation_instance"
266
  ]
267
  },
268
- "robot0_gripper_qpos": {
269
  "dtype": "float64",
270
  "shape": [
271
  2
272
  ],
273
  "names": [
274
- "robot0_gripper_qpos"
275
  ]
276
  },
277
- "robot0_gripper_qvel": {
278
  "dtype": "float64",
279
  "shape": [
280
- 2
281
  ],
282
  "names": [
283
- "robot0_gripper_qvel"
284
  ]
285
  },
286
  "robot0_joint_pos_cos": {
@@ -330,6 +248,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
330
  "action"
331
  ]
332
  },
 
 
 
 
 
 
 
 
 
333
  "dones": {
334
  "dtype": "int64",
335
  "shape": [
 
29
  {
30
  "codebase_version": "v3.0",
31
  "robot_type": "PandaOmron",
32
+ "total_episodes": 53,
33
+ "total_frames": 9979,
34
  "total_tasks": 7,
35
  "chunks_size": 1000,
36
  "data_files_size_in_mb": 100,
37
  "video_files_size_in_mb": 200,
38
  "fps": 20,
39
  "splits": {
40
+ "train": "0:53"
41
  },
42
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
43
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
44
  "features": {
45
+ "observation.images.robot0_agentview_left": {
46
  "dtype": "video",
47
  "shape": [
48
  128,
 
65
  "has_audio": false
66
  }
67
  },
68
+ "observation.images.robot0_agentview_right": {
69
  "dtype": "video",
70
  "shape": [
71
  128,
 
88
  "has_audio": false
89
  }
90
  },
91
+ "observation.images.robot0_eye_in_hand": {
92
+ "dtype": "video",
 
 
 
 
 
 
 
 
 
93
  "shape": [
94
+ 128,
95
+ 128,
96
+ 3
97
  ],
98
  "names": [
99
+ "height",
100
+ "width",
101
+ "channel"
 
 
 
 
102
  ],
103
+ "info": {
104
+ "video.height": 128,
105
+ "video.width": 128,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 20,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
  },
114
+ "object": {
115
  "dtype": "float64",
116
  "shape": [
117
+ 14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  ],
119
  "names": [
120
+ "object"
121
  ]
122
  },
123
  "robot0_base_pos": {
 
156
  "robot0_base_to_eef_quat"
157
  ]
158
  },
 
 
 
 
 
 
 
 
 
159
  "robot0_eef_pos": {
160
  "dtype": "float64",
161
  "shape": [
 
174
  "robot0_eef_quat"
175
  ]
176
  },
177
+ "robot0_gripper_qpos": {
 
 
 
 
 
 
 
 
 
178
  "dtype": "float64",
179
  "shape": [
180
+ 2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
  ],
182
  "names": [
183
+ "robot0_gripper_qpos"
184
  ]
185
  },
186
+ "robot0_gripper_qvel": {
187
  "dtype": "float64",
188
  "shape": [
189
  2
190
  ],
191
  "names": [
192
+ "robot0_gripper_qvel"
193
  ]
194
  },
195
+ "robot0_joint_pos": {
196
  "dtype": "float64",
197
  "shape": [
198
+ 7
199
  ],
200
  "names": [
201
+ "robot0_joint_pos"
202
  ]
203
  },
204
  "robot0_joint_pos_cos": {
 
248
  "action"
249
  ]
250
  },
251
+ "actions_abs": {
252
+ "dtype": "float64",
253
+ "shape": [
254
+ 12
255
+ ],
256
+ "names": [
257
+ "actions_abs"
258
+ ]
259
+ },
260
  "dones": {
261
  "dtype": "int64",
262
  "shape": [