pepijn223 HF Staff commited on
Commit
1204e20
·
verified ·
1 Parent(s): 4dfa46a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -13
README.md CHANGED
@@ -24,20 +24,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.1",
28
  "robot_type": "bi_so100_follower",
29
  "total_episodes": 25,
30
  "total_frames": 13220,
31
  "total_tasks": 1,
32
- "total_videos": 75,
33
- "total_chunks": 1,
34
  "chunks_size": 1000,
35
  "fps": 30,
36
  "splits": {
37
  "train": "0:25"
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",
@@ -57,7 +55,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
57
  "right_wrist_flex.pos",
58
  "right_wrist_roll.pos",
59
  "right_gripper.pos"
60
- ]
 
61
  },
62
  "observation.state": {
63
  "dtype": "float32",
@@ -77,7 +76,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
77
  "right_wrist_flex.pos",
78
  "right_wrist_roll.pos",
79
  "right_gripper.pos"
80
- ]
 
81
  },
82
  "observation.images.left": {
83
  "dtype": "video",
@@ -153,37 +153,44 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
153
  "shape": [
154
  1
155
  ],
156
- "names": null
 
157
  },
158
  "frame_index": {
159
  "dtype": "int64",
160
  "shape": [
161
  1
162
  ],
163
- "names": null
 
164
  },
165
  "episode_index": {
166
  "dtype": "int64",
167
  "shape": [
168
  1
169
  ],
170
- "names": null
 
171
  },
172
  "index": {
173
  "dtype": "int64",
174
  "shape": [
175
  1
176
  ],
177
- "names": null
 
178
  },
179
  "task_index": {
180
  "dtype": "int64",
181
  "shape": [
182
  1
183
  ],
184
- "names": null
 
185
  }
186
- }
 
 
187
  }
188
  ```
189
 
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "bi_so100_follower",
29
  "total_episodes": 25,
30
  "total_frames": 13220,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
  "fps": 30,
34
  "splits": {
35
  "train": "0:25"
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
  "action": {
41
  "dtype": "float32",
 
55
  "right_wrist_flex.pos",
56
  "right_wrist_roll.pos",
57
  "right_gripper.pos"
58
+ ],
59
+ "fps": 30
60
  },
61
  "observation.state": {
62
  "dtype": "float32",
 
76
  "right_wrist_flex.pos",
77
  "right_wrist_roll.pos",
78
  "right_gripper.pos"
79
+ ],
80
+ "fps": 30
81
  },
82
  "observation.images.left": {
83
  "dtype": "video",
 
153
  "shape": [
154
  1
155
  ],
156
+ "names": null,
157
+ "fps": 30
158
  },
159
  "frame_index": {
160
  "dtype": "int64",
161
  "shape": [
162
  1
163
  ],
164
+ "names": null,
165
+ "fps": 30
166
  },
167
  "episode_index": {
168
  "dtype": "int64",
169
  "shape": [
170
  1
171
  ],
172
+ "names": null,
173
+ "fps": 30
174
  },
175
  "index": {
176
  "dtype": "int64",
177
  "shape": [
178
  1
179
  ],
180
+ "names": null,
181
+ "fps": 30
182
  },
183
  "task_index": {
184
  "dtype": "int64",
185
  "shape": [
186
  1
187
  ],
188
+ "names": null,
189
+ "fps": 30
190
  }
191
+ },
192
+ "data_files_size_in_mb": 100,
193
+ "video_files_size_in_mb": 500
194
  }
195
  ```
196