K-vr commited on
Commit
9de0fdf
·
verified ·
1 Parent(s): 034ae78

Upload folder using huggingface_hub

Browse files
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e89a6e64576b64597016ff69043caf0b714c0e6f8a39c489704e53e8cd127f3
3
+ size 36257328
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2051048429651360db87394ae0d7d0c4c7eb2fe096597a1204038e93b24036c9
3
+ size 102337871
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93c14456377a3dd7a8ae00929d3c385ea034cf35004ca8a1f03417a546d716ba
3
+ size 159737
meta/info.json ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "bi_so_follower",
4
+ "total_episodes": 2,
5
+ "total_frames": 428,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:2"
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
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 12
21
+ ],
22
+ "names": [
23
+ "left_shoulder_pan.pos",
24
+ "left_shoulder_lift.pos",
25
+ "left_elbow_flex.pos",
26
+ "left_wrist_flex.pos",
27
+ "left_wrist_roll.pos",
28
+ "left_gripper.pos",
29
+ "right_shoulder_pan.pos",
30
+ "right_shoulder_lift.pos",
31
+ "right_elbow_flex.pos",
32
+ "right_wrist_flex.pos",
33
+ "right_wrist_roll.pos",
34
+ "right_gripper.pos"
35
+ ]
36
+ },
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 12
41
+ ],
42
+ "names": [
43
+ "left_shoulder_pan.pos",
44
+ "left_shoulder_lift.pos",
45
+ "left_elbow_flex.pos",
46
+ "left_wrist_flex.pos",
47
+ "left_wrist_roll.pos",
48
+ "left_gripper.pos",
49
+ "right_shoulder_pan.pos",
50
+ "right_shoulder_lift.pos",
51
+ "right_elbow_flex.pos",
52
+ "right_wrist_flex.pos",
53
+ "right_wrist_roll.pos",
54
+ "right_gripper.pos"
55
+ ]
56
+ },
57
+ "observation.images.left_cam_left": {
58
+ "dtype": "video",
59
+ "shape": [
60
+ 480,
61
+ 640,
62
+ 3
63
+ ],
64
+ "names": [
65
+ "height",
66
+ "width",
67
+ "channels"
68
+ ],
69
+ "info": {
70
+ "video.height": 480,
71
+ "video.width": 640,
72
+ "video.codec": "h264",
73
+ "video.pix_fmt": "yuv420p",
74
+ "video.is_depth_map": false,
75
+ "video.fps": 30,
76
+ "video.channels": 3,
77
+ "has_audio": false
78
+ }
79
+ },
80
+ "observation.images.left_cam_scene": {
81
+ "dtype": "video",
82
+ "shape": [
83
+ 480,
84
+ 640,
85
+ 3
86
+ ],
87
+ "names": [
88
+ "height",
89
+ "width",
90
+ "channels"
91
+ ],
92
+ "info": {
93
+ "video.height": 480,
94
+ "video.width": 640,
95
+ "video.codec": "h264",
96
+ "video.pix_fmt": "yuv420p",
97
+ "video.is_depth_map": false,
98
+ "video.fps": 30,
99
+ "video.channels": 3,
100
+ "has_audio": false
101
+ }
102
+ },
103
+ "observation.images.right_cam_right": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 480,
107
+ 640,
108
+ 3
109
+ ],
110
+ "names": [
111
+ "height",
112
+ "width",
113
+ "channels"
114
+ ],
115
+ "info": {
116
+ "video.height": 480,
117
+ "video.width": 640,
118
+ "video.codec": "h264",
119
+ "video.pix_fmt": "yuv420p",
120
+ "video.is_depth_map": false,
121
+ "video.fps": 30,
122
+ "video.channels": 3,
123
+ "has_audio": false
124
+ }
125
+ },
126
+ "observation.images.cam_realsense_rgb": {
127
+ "dtype": "video",
128
+ "shape": [
129
+ 480,
130
+ 640,
131
+ 3
132
+ ],
133
+ "names": [
134
+ "height",
135
+ "width",
136
+ "channel"
137
+ ],
138
+ "info": {
139
+ "video.height": 480,
140
+ "video.width": 640,
141
+ "video.codec": "h264",
142
+ "video.pix_fmt": "yuv420p",
143
+ "video.is_depth_map": false,
144
+ "video.fps": 30,
145
+ "video.channels": 3,
146
+ "has_audio": false
147
+ }
148
+ },
149
+ "observation.depth.cam_realsense": {
150
+ "dtype": "uint16",
151
+ "shape": [
152
+ 480,
153
+ 640
154
+ ],
155
+ "names": [
156
+ "height",
157
+ "width"
158
+ ]
159
+ },
160
+ "observation.images.cam_realsense_ir_left": {
161
+ "dtype": "video",
162
+ "shape": [
163
+ 480,
164
+ 640,
165
+ 3
166
+ ],
167
+ "names": [
168
+ "height",
169
+ "width",
170
+ "channel"
171
+ ],
172
+ "info": {
173
+ "video.height": 480,
174
+ "video.width": 640,
175
+ "video.codec": "h264",
176
+ "video.pix_fmt": "yuv420p",
177
+ "video.is_depth_map": false,
178
+ "video.fps": 30,
179
+ "video.channels": 3,
180
+ "has_audio": false
181
+ }
182
+ },
183
+ "observation.images.cam_realsense_ir_right": {
184
+ "dtype": "video",
185
+ "shape": [
186
+ 480,
187
+ 640,
188
+ 3
189
+ ],
190
+ "names": [
191
+ "height",
192
+ "width",
193
+ "channel"
194
+ ],
195
+ "info": {
196
+ "video.height": 480,
197
+ "video.width": 640,
198
+ "video.codec": "h264",
199
+ "video.pix_fmt": "yuv420p",
200
+ "video.is_depth_map": false,
201
+ "video.fps": 30,
202
+ "video.channels": 3,
203
+ "has_audio": false
204
+ }
205
+ },
206
+ "observation.pointcloud.cam_realsense": {
207
+ "dtype": "float32",
208
+ "shape": [
209
+ 16384,
210
+ 6
211
+ ],
212
+ "names": [
213
+ "points",
214
+ "xyzrgb"
215
+ ]
216
+ },
217
+ "timestamp": {
218
+ "dtype": "float32",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "frame_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "episode_index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ },
245
+ "task_index": {
246
+ "dtype": "int64",
247
+ "shape": [
248
+ 1
249
+ ],
250
+ "names": null
251
+ }
252
+ }
253
+ }
meta/stats.json ADDED
The diff for this file is too large to render. See raw diff
 
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b0918e661f085ff6675b04099bbdf4585366d152e4c2ca04f0dab6d6fa55185
3
+ size 2238
videos/observation.images.cam_realsense_ir_left/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16a21abb84c48bfb32ffea2c8c0a9f54731b15b5058e81f8a1cdb1c8b623687a
3
+ size 3502035
videos/observation.images.cam_realsense_ir_right/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:520bc60afe4c92de218389d61115108e051d984c0c604d91530a704d79bdbf7e
3
+ size 3886439
videos/observation.images.cam_realsense_rgb/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdc6e2dd5583e1793bb8238a22119d0cbe6414244e7e5a884584b277b9ffe67e
3
+ size 1424870
videos/observation.images.left_cam_left/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6caeb62e7f66c98e256c5422a18e0976025e156b1d4ed50aef021e449db77ba6
3
+ size 680429
videos/observation.images.left_cam_scene/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40c62dcf03bd06ab78a7e59bd2c214f56fd1f843c57c21f2dd0fea3a6faae49e
3
+ size 2023517
videos/observation.images.right_cam_right/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5359c05c3c4982a0a1c862873ee4b93cd5b2bfac2f6ab0a44327f82410460bf5
3
+ size 894371