lyl472324464 commited on
Commit
4227b7f
·
verified ·
1 Parent(s): 64e50dd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -10
README.md CHANGED
@@ -28,10 +28,10 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
28
  "robot_type": "aloha",
29
  "total_episodes": 30,
30
  "total_frames": 30000,
31
- "total_tasks": 1,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
- "video_files_size_in_mb": 500,
35
  "fps": 50,
36
  "splits": {
37
  "train": "0:30"
@@ -136,7 +136,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
136
  ]
137
  },
138
  "observation.images.cam_high": {
139
- "dtype": "image",
140
  "shape": [
141
  3,
142
  480,
@@ -146,10 +146,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
146
  "channels",
147
  "height",
148
  "width"
149
- ]
 
 
 
 
 
 
 
 
 
 
150
  },
151
  "observation.images.cam_low": {
152
- "dtype": "image",
153
  "shape": [
154
  3,
155
  480,
@@ -159,10 +169,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
159
  "channels",
160
  "height",
161
  "width"
162
- ]
 
 
 
 
 
 
 
 
 
 
163
  },
164
  "observation.images.cam_left_wrist": {
165
- "dtype": "image",
166
  "shape": [
167
  3,
168
  480,
@@ -172,10 +192,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
172
  "channels",
173
  "height",
174
  "width"
175
- ]
 
 
 
 
 
 
 
 
 
 
176
  },
177
  "observation.images.cam_right_wrist": {
178
- "dtype": "image",
179
  "shape": [
180
  3,
181
  480,
@@ -185,7 +215,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
185
  "channels",
186
  "height",
187
  "width"
188
- ]
 
 
 
 
 
 
 
 
 
 
189
  },
190
  "task_index": {
191
  "dtype": "int64",
 
28
  "robot_type": "aloha",
29
  "total_episodes": 30,
30
  "total_frames": 30000,
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:30"
 
136
  ]
137
  },
138
  "observation.images.cam_high": {
139
+ "dtype": "video",
140
  "shape": [
141
  3,
142
  480,
 
146
  "channels",
147
  "height",
148
  "width"
149
+ ],
150
+ "info": {
151
+ "video.height": 480,
152
+ "video.width": 640,
153
+ "video.codec": "av1",
154
+ "video.pix_fmt": "yuv420p",
155
+ "video.is_depth_map": false,
156
+ "video.fps": 50,
157
+ "video.channels": 3,
158
+ "has_audio": false
159
+ }
160
  },
161
  "observation.images.cam_low": {
162
+ "dtype": "video",
163
  "shape": [
164
  3,
165
  480,
 
169
  "channels",
170
  "height",
171
  "width"
172
+ ],
173
+ "info": {
174
+ "video.height": 480,
175
+ "video.width": 640,
176
+ "video.codec": "av1",
177
+ "video.pix_fmt": "yuv420p",
178
+ "video.is_depth_map": false,
179
+ "video.fps": 50,
180
+ "video.channels": 3,
181
+ "has_audio": false
182
+ }
183
  },
184
  "observation.images.cam_left_wrist": {
185
+ "dtype": "video",
186
  "shape": [
187
  3,
188
  480,
 
192
  "channels",
193
  "height",
194
  "width"
195
+ ],
196
+ "info": {
197
+ "video.height": 480,
198
+ "video.width": 640,
199
+ "video.codec": "av1",
200
+ "video.pix_fmt": "yuv420p",
201
+ "video.is_depth_map": false,
202
+ "video.fps": 50,
203
+ "video.channels": 3,
204
+ "has_audio": false
205
+ }
206
  },
207
  "observation.images.cam_right_wrist": {
208
+ "dtype": "video",
209
  "shape": [
210
  3,
211
  480,
 
215
  "channels",
216
  "height",
217
  "width"
218
+ ],
219
+ "info": {
220
+ "video.height": 480,
221
+ "video.width": 640,
222
+ "video.codec": "av1",
223
+ "video.pix_fmt": "yuv420p",
224
+ "video.is_depth_map": false,
225
+ "video.fps": 50,
226
+ "video.channels": 3,
227
+ "has_audio": false
228
+ }
229
  },
230
  "task_index": {
231
  "dtype": "int64",