lyl472324464 commited on
Commit
501af8a
·
verified ·
1 Parent(s): d0db4da

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -23
README.md CHANGED
@@ -28,14 +28,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
28
  "robot_type": "aloha",
29
  "total_episodes": 34,
30
  "total_frames": 20400,
31
- "total_tasks": 1,
32
  "chunks_size": 1000,
 
 
33
  "fps": 50,
34
  "splits": {
35
  "train": "0:34"
36
  },
37
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
- "video_path": null,
39
  "features": {
40
  "observation.state": {
41
  "dtype": "float32",
@@ -88,7 +90,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
88
  "fps": 50
89
  },
90
  "observation.images.cam_high": {
91
- "dtype": "image",
92
  "shape": [
93
  3,
94
  480,
@@ -99,10 +101,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
99
  "height",
100
  "width"
101
  ],
102
- "fps": 50
 
 
 
 
 
 
 
 
 
 
103
  },
104
  "observation.images.cam_low": {
105
- "dtype": "image",
106
  "shape": [
107
  3,
108
  480,
@@ -113,10 +125,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
113
  "height",
114
  "width"
115
  ],
116
- "fps": 50
 
 
 
 
 
 
 
 
 
 
117
  },
118
  "observation.images.cam_left_wrist": {
119
- "dtype": "image",
120
  "shape": [
121
  3,
122
  480,
@@ -127,10 +149,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
127
  "height",
128
  "width"
129
  ],
130
- "fps": 50
 
 
 
 
 
 
 
 
 
 
131
  },
132
  "observation.images.cam_right_wrist": {
133
- "dtype": "image",
134
  "shape": [
135
  3,
136
  480,
@@ -141,51 +173,54 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
141
  "height",
142
  "width"
143
  ],
144
- "fps": 50
 
 
 
 
 
 
 
 
 
 
145
  },
146
  "task_index": {
147
  "dtype": "int64",
148
  "shape": [
149
  1
150
  ],
151
- "names": null,
152
- "fps": 50
153
  },
154
  "timestamp": {
155
  "dtype": "float32",
156
  "shape": [
157
  1
158
  ],
159
- "names": null,
160
- "fps": 50
161
  },
162
  "frame_index": {
163
  "dtype": "int64",
164
  "shape": [
165
  1
166
  ],
167
- "names": null,
168
- "fps": 50
169
  },
170
  "episode_index": {
171
  "dtype": "int64",
172
  "shape": [
173
  1
174
  ],
175
- "names": null,
176
- "fps": 50
177
  },
178
  "index": {
179
  "dtype": "int64",
180
  "shape": [
181
  1
182
  ],
183
- "names": null,
184
- "fps": 50
185
  }
186
- },
187
- "data_files_size_in_mb": 100,
188
- "video_files_size_in_mb": 200
189
  }
190
  ```
191
 
 
28
  "robot_type": "aloha",
29
  "total_episodes": 34,
30
  "total_frames": 20400,
31
+ "total_tasks": 2,
32
  "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
  "fps": 50,
36
  "splits": {
37
  "train": "0:34"
38
  },
39
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
  "features": {
42
  "observation.state": {
43
  "dtype": "float32",
 
90
  "fps": 50
91
  },
92
  "observation.images.cam_high": {
93
+ "dtype": "video",
94
  "shape": [
95
  3,
96
  480,
 
101
  "height",
102
  "width"
103
  ],
104
+ "fps": 50,
105
+ "info": {
106
+ "video.height": 480,
107
+ "video.width": 640,
108
+ "video.codec": "av1",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "video.fps": 50,
112
+ "video.channels": 3,
113
+ "has_audio": false
114
+ }
115
  },
116
  "observation.images.cam_low": {
117
+ "dtype": "video",
118
  "shape": [
119
  3,
120
  480,
 
125
  "height",
126
  "width"
127
  ],
128
+ "fps": 50,
129
+ "info": {
130
+ "video.height": 480,
131
+ "video.width": 640,
132
+ "video.codec": "av1",
133
+ "video.pix_fmt": "yuv420p",
134
+ "video.is_depth_map": false,
135
+ "video.fps": 50,
136
+ "video.channels": 3,
137
+ "has_audio": false
138
+ }
139
  },
140
  "observation.images.cam_left_wrist": {
141
+ "dtype": "video",
142
  "shape": [
143
  3,
144
  480,
 
149
  "height",
150
  "width"
151
  ],
152
+ "fps": 50,
153
+ "info": {
154
+ "video.height": 480,
155
+ "video.width": 640,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 50,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
  },
164
  "observation.images.cam_right_wrist": {
165
+ "dtype": "video",
166
  "shape": [
167
  3,
168
  480,
 
173
  "height",
174
  "width"
175
  ],
176
+ "fps": 50,
177
+ "info": {
178
+ "video.height": 480,
179
+ "video.width": 640,
180
+ "video.codec": "av1",
181
+ "video.pix_fmt": "yuv420p",
182
+ "video.is_depth_map": false,
183
+ "video.fps": 50,
184
+ "video.channels": 3,
185
+ "has_audio": false
186
+ }
187
  },
188
  "task_index": {
189
  "dtype": "int64",
190
  "shape": [
191
  1
192
  ],
193
+ "names": null
 
194
  },
195
  "timestamp": {
196
  "dtype": "float32",
197
  "shape": [
198
  1
199
  ],
200
+ "names": null
 
201
  },
202
  "frame_index": {
203
  "dtype": "int64",
204
  "shape": [
205
  1
206
  ],
207
+ "names": null
 
208
  },
209
  "episode_index": {
210
  "dtype": "int64",
211
  "shape": [
212
  1
213
  ],
214
+ "names": null
 
215
  },
216
  "index": {
217
  "dtype": "int64",
218
  "shape": [
219
  1
220
  ],
221
+ "names": null
 
222
  }
223
+ }
 
 
224
  }
225
  ```
226