aya-s commited on
Commit
d03df38
·
verified ·
1 Parent(s): e131aa1

Upload LeRobot v3 dataset from lerobot_v3_ahmad_test_box_batch_1_1784124124 (3/9)

Browse files
Files changed (1) hide show
  1. meta/info.json +241 -0
meta/info.json ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "fps": 30,
4
+ "features": {
5
+ "observation.state": {
6
+ "dtype": "float32",
7
+ "shape": [
8
+ 6
9
+ ],
10
+ "names": [
11
+ "Base",
12
+ "Shoulder",
13
+ "Elbow",
14
+ "Wrist 1",
15
+ "Wrist 2",
16
+ "Wrist 3"
17
+ ]
18
+ },
19
+ "observation.ee_pose": {
20
+ "dtype": "float32",
21
+ "shape": [
22
+ 6
23
+ ],
24
+ "names": [
25
+ "x",
26
+ "y",
27
+ "z",
28
+ "rx",
29
+ "ry",
30
+ "rz"
31
+ ]
32
+ },
33
+ "observation.ee_force_torque": {
34
+ "dtype": "float32",
35
+ "shape": [
36
+ 6
37
+ ],
38
+ "names": [
39
+ "Fx",
40
+ "Fy",
41
+ "Fz",
42
+ "Tx",
43
+ "Ty",
44
+ "Tz"
45
+ ]
46
+ },
47
+ "action": {
48
+ "dtype": "float32",
49
+ "shape": [
50
+ 8
51
+ ],
52
+ "names": [
53
+ "Base",
54
+ "Shoulder",
55
+ "Elbow",
56
+ "Wrist 1",
57
+ "Wrist 2",
58
+ "Wrist 3",
59
+ "pad",
60
+ "gripper"
61
+ ]
62
+ },
63
+ "observation.images.workspace_front": {
64
+ "dtype": "video",
65
+ "shape": [
66
+ 480,
67
+ 640,
68
+ 3
69
+ ],
70
+ "names": [
71
+ "height",
72
+ "width",
73
+ "channels"
74
+ ],
75
+ "info": {
76
+ "video.height": 480,
77
+ "video.width": 640,
78
+ "video.codec": "av1",
79
+ "video.pix_fmt": "yuv420p",
80
+ "video.fps": 30,
81
+ "video.channels": 3,
82
+ "has_audio": false,
83
+ "video.g": 2,
84
+ "video.crf": 30,
85
+ "video.preset": 12,
86
+ "video.fast_decode": 0,
87
+ "video.video_backend": "pyav",
88
+ "video.extra_options": {},
89
+ "is_depth_map": false
90
+ }
91
+ },
92
+ "observation.images.workspace_side": {
93
+ "dtype": "video",
94
+ "shape": [
95
+ 480,
96
+ 640,
97
+ 3
98
+ ],
99
+ "names": [
100
+ "height",
101
+ "width",
102
+ "channels"
103
+ ],
104
+ "info": {
105
+ "video.height": 480,
106
+ "video.width": 640,
107
+ "video.codec": "av1",
108
+ "video.pix_fmt": "yuv420p",
109
+ "video.fps": 30,
110
+ "video.channels": 3,
111
+ "has_audio": false,
112
+ "video.g": 2,
113
+ "video.crf": 30,
114
+ "video.preset": 12,
115
+ "video.fast_decode": 0,
116
+ "video.video_backend": "pyav",
117
+ "video.extra_options": {},
118
+ "is_depth_map": false
119
+ }
120
+ },
121
+ "observation.images.workspace_front_depth": {
122
+ "dtype": "video",
123
+ "shape": [
124
+ 480,
125
+ 640,
126
+ 1
127
+ ],
128
+ "names": [
129
+ "height",
130
+ "width",
131
+ "channels"
132
+ ],
133
+ "info": {
134
+ "is_depth_map": true,
135
+ "depth_unit": "mm",
136
+ "video.height": 480,
137
+ "video.width": 640,
138
+ "video.codec": "hevc",
139
+ "video.pix_fmt": "gray12le",
140
+ "video.fps": 30,
141
+ "video.channels": 1,
142
+ "has_audio": false,
143
+ "video.g": 2,
144
+ "video.crf": 30,
145
+ "video.preset": null,
146
+ "video.fast_decode": 0,
147
+ "video.video_backend": "pyav",
148
+ "video.extra_options": {
149
+ "x265-params": "lossless=1"
150
+ },
151
+ "video.depth_min": 0.05,
152
+ "video.depth_max": 2.0,
153
+ "video.shift": 3.5,
154
+ "video.use_log": true
155
+ }
156
+ },
157
+ "observation.images.workspace_side_depth": {
158
+ "dtype": "video",
159
+ "shape": [
160
+ 480,
161
+ 640,
162
+ 1
163
+ ],
164
+ "names": [
165
+ "height",
166
+ "width",
167
+ "channels"
168
+ ],
169
+ "info": {
170
+ "is_depth_map": true,
171
+ "depth_unit": "mm",
172
+ "video.height": 480,
173
+ "video.width": 640,
174
+ "video.codec": "hevc",
175
+ "video.pix_fmt": "gray12le",
176
+ "video.fps": 30,
177
+ "video.channels": 1,
178
+ "has_audio": false,
179
+ "video.g": 2,
180
+ "video.crf": 30,
181
+ "video.preset": null,
182
+ "video.fast_decode": 0,
183
+ "video.video_backend": "pyav",
184
+ "video.extra_options": {
185
+ "x265-params": "lossless=1"
186
+ },
187
+ "video.depth_min": 0.05,
188
+ "video.depth_max": 2.0,
189
+ "video.shift": 3.5,
190
+ "video.use_log": true
191
+ }
192
+ },
193
+ "timestamp": {
194
+ "dtype": "float32",
195
+ "shape": [
196
+ 1
197
+ ],
198
+ "names": null
199
+ },
200
+ "frame_index": {
201
+ "dtype": "int64",
202
+ "shape": [
203
+ 1
204
+ ],
205
+ "names": null
206
+ },
207
+ "episode_index": {
208
+ "dtype": "int64",
209
+ "shape": [
210
+ 1
211
+ ],
212
+ "names": null
213
+ },
214
+ "index": {
215
+ "dtype": "int64",
216
+ "shape": [
217
+ 1
218
+ ],
219
+ "names": null
220
+ },
221
+ "task_index": {
222
+ "dtype": "int64",
223
+ "shape": [
224
+ 1
225
+ ],
226
+ "names": null
227
+ }
228
+ },
229
+ "total_episodes": 10,
230
+ "total_frames": 954,
231
+ "total_tasks": 1,
232
+ "chunks_size": 1000,
233
+ "data_files_size_in_mb": 100,
234
+ "video_files_size_in_mb": 200,
235
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
236
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
237
+ "robot_type": null,
238
+ "splits": {
239
+ "train": "0:10"
240
+ }
241
+ }