aliberts HF staff commited on
Commit
9e9482d
1 Parent(s): c3aff5a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +236 -136
README.md CHANGED
@@ -1,16 +1,30 @@
1
  ---
 
2
  task_categories:
3
  - robotics
4
  tags:
5
  - LeRobot
 
 
 
6
  ---
 
7
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
8
 
9
- [meta/info.json](meta/info.json)
 
 
 
 
 
 
 
 
 
 
10
  ```json
11
  {
12
  "codebase_version": "v2.0",
13
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
14
  "robot_type": "unknown",
15
  "total_episodes": 139,
16
  "total_frames": 8277,
@@ -22,148 +36,234 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
22
  "splits": {
23
  "train": "0:139"
24
  },
25
- "keys": [
26
- "observation.state",
27
- "action"
28
- ],
29
- "video_keys": [
30
- "observation.images.frontright_fisheye_image",
31
- "observation.images.hand_color_image",
32
- "observation.images.frontleft_fisheye_image"
33
- ],
34
- "image_keys": [],
35
- "shapes": {
36
- "observation.state": 68,
37
- "action": 7,
38
  "observation.images.frontright_fisheye_image": {
39
- "width": 604,
40
- "height": 726,
41
- "channels": 3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  },
43
  "observation.images.hand_color_image": {
44
- "width": 640,
45
- "height": 480,
46
- "channels": 3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  },
48
  "observation.images.frontleft_fisheye_image": {
49
- "width": 604,
50
- "height": 726,
51
- "channels": 3
52
- }
53
- },
54
- "names": {
55
- "observation.state": [
56
- "motor_0",
57
- "motor_1",
58
- "motor_2",
59
- "motor_3",
60
- "motor_4",
61
- "motor_5",
62
- "motor_6",
63
- "motor_7",
64
- "motor_8",
65
- "motor_9",
66
- "motor_10",
67
- "motor_11",
68
- "motor_12",
69
- "motor_13",
70
- "motor_14",
71
- "motor_15",
72
- "motor_16",
73
- "motor_17",
74
- "motor_18",
75
- "motor_19",
76
- "motor_20",
77
- "motor_21",
78
- "motor_22",
79
- "motor_23",
80
- "motor_24",
81
- "motor_25",
82
- "motor_26",
83
- "motor_27",
84
- "motor_28",
85
- "motor_29",
86
- "motor_30",
87
- "motor_31",
88
- "motor_32",
89
- "motor_33",
90
- "motor_34",
91
- "motor_35",
92
- "motor_36",
93
- "motor_37",
94
- "motor_38",
95
- "motor_39",
96
- "motor_40",
97
- "motor_41",
98
- "motor_42",
99
- "motor_43",
100
- "motor_44",
101
- "motor_45",
102
- "motor_46",
103
- "motor_47",
104
- "motor_48",
105
- "motor_49",
106
- "motor_50",
107
- "motor_51",
108
- "motor_52",
109
- "motor_53",
110
- "motor_54",
111
- "motor_55",
112
- "motor_56",
113
- "motor_57",
114
- "motor_58",
115
- "motor_59",
116
- "motor_60",
117
- "motor_61",
118
- "motor_62",
119
- "motor_63",
120
- "motor_64",
121
- "motor_65",
122
- "motor_66",
123
- "motor_67"
124
- ],
125
- "action": [
126
- "motor_0",
127
- "motor_1",
128
- "motor_2",
129
- "motor_3",
130
- "motor_4",
131
- "motor_5",
132
- "motor_6"
133
- ]
134
- },
135
- "videos": {
136
- "videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
137
- "observation.images.frontright_fisheye_image": {
138
- "video.fps": 30.0,
139
- "video.width": 604,
140
- "video.height": 726,
141
- "video.channels": 3,
142
- "video.codec": "av1",
143
- "video.pix_fmt": "yuv420p",
144
- "video.is_depth_map": false,
145
- "has_audio": false
146
  },
147
- "observation.images.hand_color_image": {
148
- "video.fps": 30.0,
149
- "video.width": 640,
150
- "video.height": 480,
151
- "video.channels": 3,
152
- "video.codec": "av1",
153
- "video.pix_fmt": "yuv420p",
154
- "video.is_depth_map": false,
155
- "has_audio": false
156
  },
157
- "observation.images.frontleft_fisheye_image": {
158
- "video.fps": 30.0,
159
- "video.width": 604,
160
- "video.height": 726,
161
- "video.channels": 3,
162
- "video.codec": "av1",
163
- "video.pix_fmt": "yuv420p",
164
- "video.is_depth_map": false,
165
- "has_audio": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
  }
167
  }
168
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  ```
 
1
  ---
2
+ license: mit
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:** https://sites.google.com/view/conq-hose-manipulation-dataset/home
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** mit
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
  "codebase_version": "v2.0",
 
28
  "robot_type": "unknown",
29
  "total_episodes": 139,
30
  "total_frames": 8277,
 
36
  "splits": {
37
  "train": "0:139"
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
  "observation.images.frontright_fisheye_image": {
43
+ "dtype": "video",
44
+ "shape": [
45
+ 726,
46
+ 604,
47
+ 3
48
+ ],
49
+ "names": [
50
+ "height",
51
+ "width",
52
+ "channel"
53
+ ],
54
+ "video_info": {
55
+ "video.fps": 30.0,
56
+ "video.codec": "av1",
57
+ "video.pix_fmt": "yuv420p",
58
+ "video.is_depth_map": false,
59
+ "has_audio": false
60
+ }
61
  },
62
  "observation.images.hand_color_image": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 480,
66
+ 640,
67
+ 3
68
+ ],
69
+ "names": [
70
+ "height",
71
+ "width",
72
+ "channel"
73
+ ],
74
+ "video_info": {
75
+ "video.fps": 30.0,
76
+ "video.codec": "av1",
77
+ "video.pix_fmt": "yuv420p",
78
+ "video.is_depth_map": false,
79
+ "has_audio": false
80
+ }
81
  },
82
  "observation.images.frontleft_fisheye_image": {
83
+ "dtype": "video",
84
+ "shape": [
85
+ 726,
86
+ 604,
87
+ 3
88
+ ],
89
+ "names": [
90
+ "height",
91
+ "width",
92
+ "channel"
93
+ ],
94
+ "video_info": {
95
+ "video.fps": 30.0,
96
+ "video.codec": "av1",
97
+ "video.pix_fmt": "yuv420p",
98
+ "video.is_depth_map": false,
99
+ "has_audio": false
100
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
101
  },
102
+ "language_instruction": {
103
+ "dtype": "string",
104
+ "shape": [
105
+ 1
106
+ ],
107
+ "names": null
 
 
 
108
  },
109
+ "observation.state": {
110
+ "dtype": "float32",
111
+ "shape": [
112
+ 68
113
+ ],
114
+ "names": {
115
+ "motors": [
116
+ "motor_0",
117
+ "motor_1",
118
+ "motor_2",
119
+ "motor_3",
120
+ "motor_4",
121
+ "motor_5",
122
+ "motor_6",
123
+ "motor_7",
124
+ "motor_8",
125
+ "motor_9",
126
+ "motor_10",
127
+ "motor_11",
128
+ "motor_12",
129
+ "motor_13",
130
+ "motor_14",
131
+ "motor_15",
132
+ "motor_16",
133
+ "motor_17",
134
+ "motor_18",
135
+ "motor_19",
136
+ "motor_20",
137
+ "motor_21",
138
+ "motor_22",
139
+ "motor_23",
140
+ "motor_24",
141
+ "motor_25",
142
+ "motor_26",
143
+ "motor_27",
144
+ "motor_28",
145
+ "motor_29",
146
+ "motor_30",
147
+ "motor_31",
148
+ "motor_32",
149
+ "motor_33",
150
+ "motor_34",
151
+ "motor_35",
152
+ "motor_36",
153
+ "motor_37",
154
+ "motor_38",
155
+ "motor_39",
156
+ "motor_40",
157
+ "motor_41",
158
+ "motor_42",
159
+ "motor_43",
160
+ "motor_44",
161
+ "motor_45",
162
+ "motor_46",
163
+ "motor_47",
164
+ "motor_48",
165
+ "motor_49",
166
+ "motor_50",
167
+ "motor_51",
168
+ "motor_52",
169
+ "motor_53",
170
+ "motor_54",
171
+ "motor_55",
172
+ "motor_56",
173
+ "motor_57",
174
+ "motor_58",
175
+ "motor_59",
176
+ "motor_60",
177
+ "motor_61",
178
+ "motor_62",
179
+ "motor_63",
180
+ "motor_64",
181
+ "motor_65",
182
+ "motor_66",
183
+ "motor_67"
184
+ ]
185
+ }
186
+ },
187
+ "action": {
188
+ "dtype": "float32",
189
+ "shape": [
190
+ 7
191
+ ],
192
+ "names": {
193
+ "motors": [
194
+ "motor_0",
195
+ "motor_1",
196
+ "motor_2",
197
+ "motor_3",
198
+ "motor_4",
199
+ "motor_5",
200
+ "motor_6"
201
+ ]
202
+ }
203
+ },
204
+ "timestamp": {
205
+ "dtype": "float32",
206
+ "shape": [
207
+ 1
208
+ ],
209
+ "names": null
210
+ },
211
+ "episode_index": {
212
+ "dtype": "int64",
213
+ "shape": [
214
+ 1
215
+ ],
216
+ "names": null
217
+ },
218
+ "frame_index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null
224
+ },
225
+ "next.reward": {
226
+ "dtype": "float32",
227
+ "shape": [
228
+ 1
229
+ ],
230
+ "names": null
231
+ },
232
+ "next.done": {
233
+ "dtype": "bool",
234
+ "shape": [
235
+ 1
236
+ ],
237
+ "names": null
238
+ },
239
+ "index": {
240
+ "dtype": "int64",
241
+ "shape": [
242
+ 1
243
+ ],
244
+ "names": null
245
+ },
246
+ "task_index": {
247
+ "dtype": "int64",
248
+ "shape": [
249
+ 1
250
+ ],
251
+ "names": null
252
  }
253
  }
254
  }
255
+ ```
256
+
257
+
258
+ ## Citation
259
+
260
+ **BibTeX:**
261
+
262
+ ```bibtex
263
+ @misc{ConqHoseManipData,
264
+ author={Peter Mitrano and Dmitry Berenson},
265
+ title={Conq Hose Manipulation Dataset, v1.15.0},
266
+ year={2024},
267
+ howpublished={https://sites.google.com/view/conq-hose-manipulation-dataset}
268
+ }
269
  ```