HuskyMango commited on
Commit
b20a5fa
·
verified ·
1 Parent(s): 6dddc8f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -84
README.md CHANGED
@@ -33,16 +33,14 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "bimanual_franka",
36
- "total_episodes": 30,
37
- "total_frames": 2871,
38
- "total_tasks": 1,
39
  "chunks_size": 1000,
40
  "data_files_size_in_mb": 100,
41
  "video_files_size_in_mb": 200,
42
  "fps": 20,
43
- "splits": {
44
- "train": "0:30"
45
- },
46
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
  "features": {
@@ -97,140 +95,80 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
97
  "observation.images.cam_1": {
98
  "dtype": "video",
99
  "shape": [
100
- 150,
101
- 240,
102
  3
103
  ],
104
  "names": [
105
  "height",
106
  "width",
107
  "channels"
108
- ],
109
- "info": {
110
- "video.height": 150,
111
- "video.width": 240,
112
- "video.codec": "h264",
113
- "video.pix_fmt": "yuv420p",
114
- "video.is_depth_map": false,
115
- "video.fps": 20,
116
- "video.channels": 3,
117
- "has_audio": false
118
- }
119
  },
120
  "observation.images.cam_2": {
121
  "dtype": "video",
122
  "shape": [
123
- 135,
124
- 240,
125
  3
126
  ],
127
  "names": [
128
  "height",
129
  "width",
130
  "channels"
131
- ],
132
- "info": {
133
- "video.height": 135,
134
- "video.width": 240,
135
- "video.codec": "h264",
136
- "video.pix_fmt": "yuv420p",
137
- "video.is_depth_map": false,
138
- "video.fps": 20,
139
- "video.channels": 3,
140
- "has_audio": false
141
- }
142
  },
143
  "observation.images.cam_3": {
144
  "dtype": "video",
145
  "shape": [
146
- 150,
147
- 240,
148
  3
149
  ],
150
  "names": [
151
  "height",
152
  "width",
153
  "channels"
154
- ],
155
- "info": {
156
- "video.height": 150,
157
- "video.width": 240,
158
- "video.codec": "h264",
159
- "video.pix_fmt": "yuv420p",
160
- "video.is_depth_map": false,
161
- "video.fps": 20,
162
- "video.channels": 3,
163
- "has_audio": false
164
- }
165
  },
166
  "observation.images.cam_4": {
167
  "dtype": "video",
168
  "shape": [
169
- 150,
170
- 240,
171
  3
172
  ],
173
  "names": [
174
  "height",
175
  "width",
176
  "channels"
177
- ],
178
- "info": {
179
- "video.height": 150,
180
- "video.width": 240,
181
- "video.codec": "h264",
182
- "video.pix_fmt": "yuv420p",
183
- "video.is_depth_map": false,
184
- "video.fps": 20,
185
- "video.channels": 3,
186
- "has_audio": false
187
- }
188
  },
189
  "observation.images.cam_5": {
190
  "dtype": "video",
191
  "shape": [
192
- 150,
193
- 240,
194
  3
195
  ],
196
  "names": [
197
  "height",
198
  "width",
199
  "channels"
200
- ],
201
- "info": {
202
- "video.height": 150,
203
- "video.width": 240,
204
- "video.codec": "h264",
205
- "video.pix_fmt": "yuv420p",
206
- "video.is_depth_map": false,
207
- "video.fps": 20,
208
- "video.channels": 3,
209
- "has_audio": false
210
- }
211
  },
212
  "observation.images.cam_6": {
213
  "dtype": "video",
214
  "shape": [
215
- 135,
216
- 240,
217
  3
218
  ],
219
  "names": [
220
  "height",
221
  "width",
222
  "channels"
223
- ],
224
- "info": {
225
- "video.height": 135,
226
- "video.width": 240,
227
- "video.codec": "h264",
228
- "video.pix_fmt": "yuv420p",
229
- "video.is_depth_map": false,
230
- "video.fps": 20,
231
- "video.channels": 3,
232
- "has_audio": false
233
- }
234
  },
235
  "timestamp": {
236
  "dtype": "float32",
 
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "bimanual_franka",
36
+ "total_episodes": 0,
37
+ "total_frames": 0,
38
+ "total_tasks": 0,
39
  "chunks_size": 1000,
40
  "data_files_size_in_mb": 100,
41
  "video_files_size_in_mb": 200,
42
  "fps": 20,
43
+ "splits": {},
 
 
44
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
46
  "features": {
 
95
  "observation.images.cam_1": {
96
  "dtype": "video",
97
  "shape": [
98
+ 224,
99
+ 224,
100
  3
101
  ],
102
  "names": [
103
  "height",
104
  "width",
105
  "channels"
106
+ ]
 
 
 
 
 
 
 
 
 
 
107
  },
108
  "observation.images.cam_2": {
109
  "dtype": "video",
110
  "shape": [
111
+ 224,
112
+ 224,
113
  3
114
  ],
115
  "names": [
116
  "height",
117
  "width",
118
  "channels"
119
+ ]
 
 
 
 
 
 
 
 
 
 
120
  },
121
  "observation.images.cam_3": {
122
  "dtype": "video",
123
  "shape": [
124
+ 224,
125
+ 224,
126
  3
127
  ],
128
  "names": [
129
  "height",
130
  "width",
131
  "channels"
132
+ ]
 
 
 
 
 
 
 
 
 
 
133
  },
134
  "observation.images.cam_4": {
135
  "dtype": "video",
136
  "shape": [
137
+ 224,
138
+ 224,
139
  3
140
  ],
141
  "names": [
142
  "height",
143
  "width",
144
  "channels"
145
+ ]
 
 
 
 
 
 
 
 
 
 
146
  },
147
  "observation.images.cam_5": {
148
  "dtype": "video",
149
  "shape": [
150
+ 224,
151
+ 224,
152
  3
153
  ],
154
  "names": [
155
  "height",
156
  "width",
157
  "channels"
158
+ ]
 
 
 
 
 
 
 
 
 
 
159
  },
160
  "observation.images.cam_6": {
161
  "dtype": "video",
162
  "shape": [
163
+ 224,
164
+ 224,
165
  3
166
  ],
167
  "names": [
168
  "height",
169
  "width",
170
  "channels"
171
+ ]
 
 
 
 
 
 
 
 
 
 
172
  },
173
  "timestamp": {
174
  "dtype": "float32",