CarolinePascal HF Staff commited on
Commit
299771a
·
verified ·
1 Parent(s): de72a78

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -19
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.0",
28
  "robot_type": "unknown",
29
  "total_episodes": 1,
30
  "total_frames": 3750,
31
  "total_tasks": 1,
32
- "total_videos": 0,
33
- "total_chunks": 1,
34
  "chunks_size": 1000,
35
- "fps": 50,
36
  "splits": {
37
  "train": "0:1"
38
  },
39
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
- "video_path": null,
41
  "features": {
42
  "observation.images.cam_high": {
43
  "dtype": "image",
@@ -50,7 +48,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
50
  "height",
51
  "width",
52
  "channels"
53
- ]
 
54
  },
55
  "observation.images.cam_left_wrist": {
56
  "dtype": "image",
@@ -63,7 +62,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
63
  "height",
64
  "width",
65
  "channels"
66
- ]
 
67
  },
68
  "observation.images.cam_right_wrist": {
69
  "dtype": "image",
@@ -76,7 +76,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
76
  "height",
77
  "width",
78
  "channels"
79
- ]
 
80
  },
81
  "observation.state": {
82
  "dtype": "float32",
@@ -100,7 +101,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
100
  "motor_12",
101
  "motor_13"
102
  ]
103
- }
 
104
  },
105
  "observation.effort": {
106
  "dtype": "float32",
@@ -124,7 +126,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
124
  "motor_12",
125
  "motor_13"
126
  ]
127
- }
 
128
  },
129
  "action": {
130
  "dtype": "float32",
@@ -148,51 +151,60 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
148
  "motor_12",
149
  "motor_13"
150
  ]
151
- }
 
152
  },
153
  "episode_index": {
154
  "dtype": "int64",
155
  "shape": [
156
  1
157
  ],
158
- "names": null
 
159
  },
160
  "frame_index": {
161
  "dtype": "int64",
162
  "shape": [
163
  1
164
  ],
165
- "names": null
 
166
  },
167
  "timestamp": {
168
  "dtype": "float32",
169
  "shape": [
170
  1
171
  ],
172
- "names": null
 
173
  },
174
  "next.done": {
175
  "dtype": "bool",
176
  "shape": [
177
  1
178
  ],
179
- "names": null
 
180
  },
181
  "index": {
182
  "dtype": "int64",
183
  "shape": [
184
  1
185
  ],
186
- "names": null
 
187
  },
188
  "task_index": {
189
  "dtype": "int64",
190
  "shape": [
191
  1
192
  ],
193
- "names": null
 
194
  }
195
- }
 
 
196
  }
197
  ```
198
 
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "unknown",
29
  "total_episodes": 1,
30
  "total_frames": 3750,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
+ "fps": 50.0,
34
  "splits": {
35
  "train": "0:1"
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.cam_high": {
41
  "dtype": "image",
 
48
  "height",
49
  "width",
50
  "channels"
51
+ ],
52
+ "fps": 50.0
53
  },
54
  "observation.images.cam_left_wrist": {
55
  "dtype": "image",
 
62
  "height",
63
  "width",
64
  "channels"
65
+ ],
66
+ "fps": 50.0
67
  },
68
  "observation.images.cam_right_wrist": {
69
  "dtype": "image",
 
76
  "height",
77
  "width",
78
  "channels"
79
+ ],
80
+ "fps": 50.0
81
  },
82
  "observation.state": {
83
  "dtype": "float32",
 
101
  "motor_12",
102
  "motor_13"
103
  ]
104
+ },
105
+ "fps": 50.0
106
  },
107
  "observation.effort": {
108
  "dtype": "float32",
 
126
  "motor_12",
127
  "motor_13"
128
  ]
129
+ },
130
+ "fps": 50.0
131
  },
132
  "action": {
133
  "dtype": "float32",
 
151
  "motor_12",
152
  "motor_13"
153
  ]
154
+ },
155
+ "fps": 50.0
156
  },
157
  "episode_index": {
158
  "dtype": "int64",
159
  "shape": [
160
  1
161
  ],
162
+ "names": null,
163
+ "fps": 50.0
164
  },
165
  "frame_index": {
166
  "dtype": "int64",
167
  "shape": [
168
  1
169
  ],
170
+ "names": null,
171
+ "fps": 50.0
172
  },
173
  "timestamp": {
174
  "dtype": "float32",
175
  "shape": [
176
  1
177
  ],
178
+ "names": null,
179
+ "fps": 50.0
180
  },
181
  "next.done": {
182
  "dtype": "bool",
183
  "shape": [
184
  1
185
  ],
186
+ "names": null,
187
+ "fps": 50.0
188
  },
189
  "index": {
190
  "dtype": "int64",
191
  "shape": [
192
  1
193
  ],
194
+ "names": null,
195
+ "fps": 50.0
196
  },
197
  "task_index": {
198
  "dtype": "int64",
199
  "shape": [
200
  1
201
  ],
202
+ "names": null,
203
+ "fps": 50.0
204
  }
205
+ },
206
+ "data_files_size_in_mb": 100,
207
+ "video_files_size_in_mb": 500
208
  }
209
  ```
210