CarolinePascal HF Staff commited on
Commit
15aaf6e
·
verified ·
1 Parent(s): 683b5a7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -22
README.md CHANGED
@@ -11,6 +11,13 @@ configs:
11
 
12
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
 
 
 
 
 
 
 
 
14
  ## Dataset Description
15
 
16
 
@@ -24,20 +31,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
- "codebase_version": "v2.0",
28
  "robot_type": "unknown",
29
  "total_episodes": 1647,
30
  "total_frames": 42328,
31
  "total_tasks": 1,
32
- "total_videos": 6588,
33
- "total_chunks": 2,
34
  "chunks_size": 1000,
35
  "fps": 10,
36
  "splits": {
37
  "train": "0:1647"
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.top_image": {
43
  "dtype": "video",
@@ -119,13 +124,6 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
119
  "has_audio": false
120
  }
121
  },
122
- "language_instruction": {
123
- "dtype": "string",
124
- "shape": [
125
- 1
126
- ],
127
- "names": null
128
- },
129
  "observation.state": {
130
  "dtype": "float32",
131
  "shape": [
@@ -142,7 +140,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
142
  "motor_6",
143
  "motor_7"
144
  ]
145
- }
 
146
  },
147
  "action": {
148
  "dtype": "float32",
@@ -159,58 +158,68 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
159
  "motor_5",
160
  "motor_6"
161
  ]
162
- }
 
163
  },
164
  "timestamp": {
165
  "dtype": "float32",
166
  "shape": [
167
  1
168
  ],
169
- "names": null
 
170
  },
171
  "episode_index": {
172
  "dtype": "int64",
173
  "shape": [
174
  1
175
  ],
176
- "names": null
 
177
  },
178
  "frame_index": {
179
  "dtype": "int64",
180
  "shape": [
181
  1
182
  ],
183
- "names": null
 
184
  },
185
  "next.reward": {
186
  "dtype": "float32",
187
  "shape": [
188
  1
189
  ],
190
- "names": null
 
191
  },
192
  "next.done": {
193
  "dtype": "bool",
194
  "shape": [
195
  1
196
  ],
197
- "names": null
 
198
  },
199
  "index": {
200
  "dtype": "int64",
201
  "shape": [
202
  1
203
  ],
204
- "names": null
 
205
  },
206
  "task_index": {
207
  "dtype": "int64",
208
  "shape": [
209
  1
210
  ],
211
- "names": null
 
212
  }
213
- }
 
 
214
  }
215
  ```
216
 
 
11
 
12
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
 
14
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=lerobot/berkeley_cable_routing">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
  ## Dataset Description
22
 
23
 
 
31
  [meta/info.json](meta/info.json):
32
  ```json
33
  {
34
+ "codebase_version": "v3.0",
35
  "robot_type": "unknown",
36
  "total_episodes": 1647,
37
  "total_frames": 42328,
38
  "total_tasks": 1,
 
 
39
  "chunks_size": 1000,
40
  "fps": 10,
41
  "splits": {
42
  "train": "0:1647"
43
  },
44
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
46
  "features": {
47
  "observation.images.top_image": {
48
  "dtype": "video",
 
124
  "has_audio": false
125
  }
126
  },
 
 
 
 
 
 
 
127
  "observation.state": {
128
  "dtype": "float32",
129
  "shape": [
 
140
  "motor_6",
141
  "motor_7"
142
  ]
143
+ },
144
+ "fps": 10
145
  },
146
  "action": {
147
  "dtype": "float32",
 
158
  "motor_5",
159
  "motor_6"
160
  ]
161
+ },
162
+ "fps": 10
163
  },
164
  "timestamp": {
165
  "dtype": "float32",
166
  "shape": [
167
  1
168
  ],
169
+ "names": null,
170
+ "fps": 10
171
  },
172
  "episode_index": {
173
  "dtype": "int64",
174
  "shape": [
175
  1
176
  ],
177
+ "names": null,
178
+ "fps": 10
179
  },
180
  "frame_index": {
181
  "dtype": "int64",
182
  "shape": [
183
  1
184
  ],
185
+ "names": null,
186
+ "fps": 10
187
  },
188
  "next.reward": {
189
  "dtype": "float32",
190
  "shape": [
191
  1
192
  ],
193
+ "names": null,
194
+ "fps": 10
195
  },
196
  "next.done": {
197
  "dtype": "bool",
198
  "shape": [
199
  1
200
  ],
201
+ "names": null,
202
+ "fps": 10
203
  },
204
  "index": {
205
  "dtype": "int64",
206
  "shape": [
207
  1
208
  ],
209
+ "names": null,
210
+ "fps": 10
211
  },
212
  "task_index": {
213
  "dtype": "int64",
214
  "shape": [
215
  1
216
  ],
217
+ "names": null,
218
+ "fps": 10
219
  }
220
+ },
221
+ "data_files_size_in_mb": 100,
222
+ "video_files_size_in_mb": 200
223
  }
224
  ```
225