FedorX8 commited on
Commit
fae7443
·
verified ·
1 Parent(s): 658ed26

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -18
README.md CHANGED
@@ -4,11 +4,6 @@ task_categories:
4
  - robotics
5
  tags:
6
  - LeRobot
7
- - LeRobot
8
- - berkeley_cable_routing
9
- - rlds
10
- - openx
11
- - franka
12
  configs:
13
  - config_name: default
14
  data_files: data/*/*.parquet
@@ -29,20 +24,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
29
  [meta/info.json](meta/info.json):
30
  ```json
31
  {
32
- "codebase_version": "v2.0",
33
  "robot_type": "franka",
34
  "total_episodes": 1482,
35
  "total_frames": 38240,
36
  "total_tasks": 1,
37
- "total_videos": 5928,
38
- "total_chunks": 2,
39
  "chunks_size": 1000,
40
  "fps": 10,
41
  "splits": {
42
  "train": "0:1482"
43
  },
44
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
45
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
46
  "features": {
47
  "observation.images.top_image": {
48
  "dtype": "video",
@@ -152,7 +145,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
152
  "motor_6",
153
  "pad"
154
  ]
155
- }
 
156
  },
157
  "action": {
158
  "dtype": "float32",
@@ -169,44 +163,52 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
169
  "yaw",
170
  "gripper"
171
  ]
172
- }
 
173
  },
174
  "timestamp": {
175
  "dtype": "float32",
176
  "shape": [
177
  1
178
  ],
179
- "names": null
 
180
  },
181
  "frame_index": {
182
  "dtype": "int64",
183
  "shape": [
184
  1
185
  ],
186
- "names": null
 
187
  },
188
  "episode_index": {
189
  "dtype": "int64",
190
  "shape": [
191
  1
192
  ],
193
- "names": null
 
194
  },
195
  "index": {
196
  "dtype": "int64",
197
  "shape": [
198
  1
199
  ],
200
- "names": null
 
201
  },
202
  "task_index": {
203
  "dtype": "int64",
204
  "shape": [
205
  1
206
  ],
207
- "names": null
 
208
  }
209
- }
 
 
210
  }
211
  ```
212
 
 
4
  - robotics
5
  tags:
6
  - LeRobot
 
 
 
 
 
7
  configs:
8
  - config_name: default
9
  data_files: data/*/*.parquet
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "franka",
29
  "total_episodes": 1482,
30
  "total_frames": 38240,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
  "fps": 10,
34
  "splits": {
35
  "train": "0:1482"
36
  },
37
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
  "features": {
40
  "observation.images.top_image": {
41
  "dtype": "video",
 
145
  "motor_6",
146
  "pad"
147
  ]
148
+ },
149
+ "fps": 10
150
  },
151
  "action": {
152
  "dtype": "float32",
 
163
  "yaw",
164
  "gripper"
165
  ]
166
+ },
167
+ "fps": 10
168
  },
169
  "timestamp": {
170
  "dtype": "float32",
171
  "shape": [
172
  1
173
  ],
174
+ "names": null,
175
+ "fps": 10
176
  },
177
  "frame_index": {
178
  "dtype": "int64",
179
  "shape": [
180
  1
181
  ],
182
+ "names": null,
183
+ "fps": 10
184
  },
185
  "episode_index": {
186
  "dtype": "int64",
187
  "shape": [
188
  1
189
  ],
190
+ "names": null,
191
+ "fps": 10
192
  },
193
  "index": {
194
  "dtype": "int64",
195
  "shape": [
196
  1
197
  ],
198
+ "names": null,
199
+ "fps": 10
200
  },
201
  "task_index": {
202
  "dtype": "int64",
203
  "shape": [
204
  1
205
  ],
206
+ "names": null,
207
+ "fps": 10
208
  }
209
+ },
210
+ "data_files_size_in_mb": 100,
211
+ "video_files_size_in_mb": 200
212
  }
213
  ```
214