max-chr commited on
Commit
c4ea3fa
·
verified ·
1 Parent(s): 11a6e74

Upload meta/info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +273 -273
meta/info.json CHANGED
@@ -1,276 +1,276 @@
1
  {
2
- "codebase_version": "v3.0",
3
- "robot_type": "franka",
4
- "total_episodes": 133,
5
- "total_frames": 28570,
6
- "total_tasks": 3,
7
- "chunks_size": 1000,
8
- "data_files_size_in_mb": 100,
9
- "video_files_size_in_mb": 200,
10
- "fps": 15,
11
- "splits": {
12
- "train": "0:133"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  },
14
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
- "features": {
17
- "observation.images.eagles_view": {
18
- "dtype": "video",
19
- "shape": [
20
- 520,
21
- 840,
22
- 3
23
- ],
24
- "names": [
25
- "height",
26
- "width",
27
- "channels"
28
- ],
29
- "video_info": {
30
- "video.fps": 30.0,
31
- "video.codec": "av1",
32
- "video.pix_fmt": "yuv420p",
33
- "video.is_depth_map": false,
34
- "has_audio": false
35
- },
36
- "info": {
37
- "video.height": 520,
38
- "video.width": 840,
39
- "video.codec": "av1",
40
- "video.pix_fmt": "yuv420p",
41
- "video.is_depth_map": false,
42
- "video.fps": 15,
43
- "video.channels": 3,
44
- "has_audio": false
45
- }
46
- },
47
- "observation.images.fpv": {
48
- "dtype": "video",
49
- "shape": [
50
- 520,
51
- 840,
52
- 3
53
- ],
54
- "names": [
55
- "height",
56
- "width",
57
- "channels"
58
- ],
59
- "video_info": {
60
- "video.fps": 30.0,
61
- "video.codec": "av1",
62
- "video.pix_fmt": "yuv420p",
63
- "video.is_depth_map": false,
64
- "has_audio": false
65
- },
66
- "info": {
67
- "video.height": 520,
68
- "video.width": 840,
69
- "video.codec": "av1",
70
- "video.pix_fmt": "yuv420p",
71
- "video.is_depth_map": false,
72
- "video.fps": 15,
73
- "video.channels": 3,
74
- "has_audio": false
75
- }
76
- },
77
- "observation.images.orth": {
78
- "dtype": "video",
79
- "shape": [
80
- 520,
81
- 840,
82
- 3
83
- ],
84
- "names": [
85
- "height",
86
- "width",
87
- "channels"
88
- ],
89
- "video_info": {
90
- "video.fps": 30.0,
91
- "video.codec": "av1",
92
- "video.pix_fmt": "yuv420p",
93
- "video.is_depth_map": false,
94
- "has_audio": false
95
- },
96
- "info": {
97
- "video.height": 520,
98
- "video.width": 840,
99
- "video.codec": "av1",
100
- "video.pix_fmt": "yuv420p",
101
- "video.is_depth_map": false,
102
- "video.fps": 15,
103
- "video.channels": 3,
104
- "has_audio": false
105
- }
106
- },
107
- "observation.images.person_view_3rd_1st": {
108
- "dtype": "video",
109
- "shape": [
110
- 521,
111
- 840,
112
- 3
113
- ],
114
- "names": [
115
- "height",
116
- "width",
117
- "channels"
118
- ],
119
- "video_info": {
120
- "video.fps": 30.0,
121
- "video.codec": "av1",
122
- "video.pix_fmt": "yuv420p",
123
- "video.is_depth_map": false,
124
- "has_audio": false
125
- },
126
- "info": {
127
- "video.height": 521,
128
- "video.width": 840,
129
- "video.codec": "av1",
130
- "video.pix_fmt": "yuv420p",
131
- "video.is_depth_map": false,
132
- "video.fps": 15,
133
- "video.channels": 3,
134
- "has_audio": false
135
- }
136
- },
137
- "observation.images.wrist": {
138
- "dtype": "video",
139
- "shape": [
140
- 256,
141
- 256,
142
- 3
143
- ],
144
- "names": [
145
- "height",
146
- "width",
147
- "channels"
148
- ],
149
- "video_info": {
150
- "video.fps": 30.0,
151
- "video.codec": "av1",
152
- "video.pix_fmt": "yuv420p",
153
- "video.is_depth_map": false,
154
- "has_audio": false
155
- },
156
- "info": {
157
- "video.height": 256,
158
- "video.width": 256,
159
- "video.codec": "av1",
160
- "video.pix_fmt": "yuv420p",
161
- "video.is_depth_map": false,
162
- "video.fps": 15,
163
- "video.channels": 3,
164
- "has_audio": false
165
- }
166
- },
167
- "observation.state.cartesian": {
168
- "dtype": "float32",
169
- "shape": [
170
- 6
171
- ],
172
- "names": [
173
- "x",
174
- "y",
175
- "z",
176
- "roll",
177
- "pitch",
178
- "yaw"
179
- ]
180
- },
181
- "observation.state.gripper": {
182
- "dtype": "float32",
183
- "shape": [
184
- 1
185
- ],
186
- "names": [
187
- "gripper"
188
- ]
189
- },
190
- "observation.state.target": {
191
- "dtype": "float32",
192
- "shape": [
193
- 6
194
- ],
195
- "names": [
196
- "target_x",
197
- "target_y",
198
- "target_z",
199
- "target_roll",
200
- "target_pitch",
201
- "target_yaw"
202
- ]
203
- },
204
- "observation.state": {
205
- "dtype": "float32",
206
- "shape": [
207
- 13
208
- ],
209
- "names": [
210
- "x",
211
- "y",
212
- "z",
213
- "roll",
214
- "pitch",
215
- "yaw",
216
- "gripper",
217
- "target_x",
218
- "target_y",
219
- "target_z",
220
- "target_roll",
221
- "target_pitch",
222
- "target_yaw"
223
- ]
224
- },
225
- "action": {
226
- "dtype": "float32",
227
- "shape": [
228
- 7
229
- ],
230
- "names": [
231
- "x",
232
- "y",
233
- "z",
234
- "roll",
235
- "pitch",
236
- "yaw",
237
- "gripper"
238
- ]
239
- },
240
- "timestamp": {
241
- "dtype": "float32",
242
- "shape": [
243
- 1
244
- ],
245
- "names": null
246
- },
247
- "frame_index": {
248
- "dtype": "int64",
249
- "shape": [
250
- 1
251
- ],
252
- "names": null
253
- },
254
- "episode_index": {
255
- "dtype": "int64",
256
- "shape": [
257
- 1
258
- ],
259
- "names": null
260
- },
261
- "index": {
262
- "dtype": "int64",
263
- "shape": [
264
- 1
265
- ],
266
- "names": null
267
- },
268
- "task_index": {
269
- "dtype": "int64",
270
- "shape": [
271
- 1
272
- ],
273
- "names": null
274
- }
275
  }
276
- }
 
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "franka",
4
+ "total_episodes": 133,
5
+ "total_frames": 28570,
6
+ "total_tasks": 3,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 15,
11
+ "splits": {
12
+ "train": "0:133"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "observation.images.eagles_view": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 520,
21
+ 840,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channels"
28
+ ],
29
+ "video_info": {
30
+ "video.fps": 30.0,
31
+ "video.codec": "av1",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "has_audio": false
35
+ },
36
+ "info": {
37
+ "video.height": 520,
38
+ "video.width": 840,
39
+ "video.codec": "av1",
40
+ "video.pix_fmt": "yuv420p",
41
+ "video.is_depth_map": false,
42
+ "video.fps": 15,
43
+ "video.channels": 3,
44
+ "has_audio": false
45
+ }
46
  },
47
+ "observation.images.fpv": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 520,
51
+ 840,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "video_info": {
60
+ "video.fps": 30.0,
61
+ "video.codec": "av1",
62
+ "video.pix_fmt": "yuv420p",
63
+ "video.is_depth_map": false,
64
+ "has_audio": false
65
+ },
66
+ "info": {
67
+ "video.height": 520,
68
+ "video.width": 840,
69
+ "video.codec": "av1",
70
+ "video.pix_fmt": "yuv420p",
71
+ "video.is_depth_map": false,
72
+ "video.fps": 15,
73
+ "video.channels": 3,
74
+ "has_audio": false
75
+ }
76
+ },
77
+ "observation.images.orth": {
78
+ "dtype": "video",
79
+ "shape": [
80
+ 520,
81
+ 840,
82
+ 3
83
+ ],
84
+ "names": [
85
+ "height",
86
+ "width",
87
+ "channels"
88
+ ],
89
+ "video_info": {
90
+ "video.fps": 30.0,
91
+ "video.codec": "av1",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false,
94
+ "has_audio": false
95
+ },
96
+ "info": {
97
+ "video.height": 520,
98
+ "video.width": 840,
99
+ "video.codec": "av1",
100
+ "video.pix_fmt": "yuv420p",
101
+ "video.is_depth_map": false,
102
+ "video.fps": 15,
103
+ "video.channels": 3,
104
+ "has_audio": false
105
+ }
106
+ },
107
+ "observation.images.person_view_3rd_1st": {
108
+ "dtype": "video",
109
+ "shape": [
110
+ 520,
111
+ 840,
112
+ 3
113
+ ],
114
+ "names": [
115
+ "height",
116
+ "width",
117
+ "channels"
118
+ ],
119
+ "video_info": {
120
+ "video.fps": 30.0,
121
+ "video.codec": "av1",
122
+ "video.pix_fmt": "yuv420p",
123
+ "video.is_depth_map": false,
124
+ "has_audio": false
125
+ },
126
+ "info": {
127
+ "video.height": 520,
128
+ "video.width": 840,
129
+ "video.codec": "av1",
130
+ "video.pix_fmt": "yuv420p",
131
+ "video.is_depth_map": false,
132
+ "video.fps": 15,
133
+ "video.channels": 3,
134
+ "has_audio": false
135
+ }
136
+ },
137
+ "observation.images.wrist": {
138
+ "dtype": "video",
139
+ "shape": [
140
+ 256,
141
+ 256,
142
+ 3
143
+ ],
144
+ "names": [
145
+ "height",
146
+ "width",
147
+ "channels"
148
+ ],
149
+ "video_info": {
150
+ "video.fps": 30.0,
151
+ "video.codec": "av1",
152
+ "video.pix_fmt": "yuv420p",
153
+ "video.is_depth_map": false,
154
+ "has_audio": false
155
+ },
156
+ "info": {
157
+ "video.height": 256,
158
+ "video.width": 256,
159
+ "video.codec": "av1",
160
+ "video.pix_fmt": "yuv420p",
161
+ "video.is_depth_map": false,
162
+ "video.fps": 15,
163
+ "video.channels": 3,
164
+ "has_audio": false
165
+ }
166
+ },
167
+ "observation.state.cartesian": {
168
+ "dtype": "float32",
169
+ "shape": [
170
+ 6
171
+ ],
172
+ "names": [
173
+ "x",
174
+ "y",
175
+ "z",
176
+ "roll",
177
+ "pitch",
178
+ "yaw"
179
+ ]
180
+ },
181
+ "observation.state.gripper": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": [
187
+ "gripper"
188
+ ]
189
+ },
190
+ "observation.state.target": {
191
+ "dtype": "float32",
192
+ "shape": [
193
+ 6
194
+ ],
195
+ "names": [
196
+ "target_x",
197
+ "target_y",
198
+ "target_z",
199
+ "target_roll",
200
+ "target_pitch",
201
+ "target_yaw"
202
+ ]
203
+ },
204
+ "observation.state": {
205
+ "dtype": "float32",
206
+ "shape": [
207
+ 13
208
+ ],
209
+ "names": [
210
+ "x",
211
+ "y",
212
+ "z",
213
+ "roll",
214
+ "pitch",
215
+ "yaw",
216
+ "gripper",
217
+ "target_x",
218
+ "target_y",
219
+ "target_z",
220
+ "target_roll",
221
+ "target_pitch",
222
+ "target_yaw"
223
+ ]
224
+ },
225
+ "action": {
226
+ "dtype": "float32",
227
+ "shape": [
228
+ 7
229
+ ],
230
+ "names": [
231
+ "x",
232
+ "y",
233
+ "z",
234
+ "roll",
235
+ "pitch",
236
+ "yaw",
237
+ "gripper"
238
+ ]
239
+ },
240
+ "timestamp": {
241
+ "dtype": "float32",
242
+ "shape": [
243
+ 1
244
+ ],
245
+ "names": null
246
+ },
247
+ "frame_index": {
248
+ "dtype": "int64",
249
+ "shape": [
250
+ 1
251
+ ],
252
+ "names": null
253
+ },
254
+ "episode_index": {
255
+ "dtype": "int64",
256
+ "shape": [
257
+ 1
258
+ ],
259
+ "names": null
260
+ },
261
+ "index": {
262
+ "dtype": "int64",
263
+ "shape": [
264
+ 1
265
+ ],
266
+ "names": null
267
+ },
268
+ "task_index": {
269
+ "dtype": "int64",
270
+ "shape": [
271
+ 1
272
+ ],
273
+ "names": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
274
  }
275
+ }
276
+ }