justintiensmith commited on
Commit
73f8708
·
verified ·
1 Parent(s): 0addbcb

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:fdd7d393c17c6ca21e626491680e29fbde1b25d36d9ea6421f7d58a663dfc1e7
3
+ size 185434578
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35c65db1a6519ee14310544aeee05e435084397d882e7b724422b3c860783472
3
+ size 299554027
data/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b1111fa74cec2cd6a635d42121174a24e8f49082c323bb16930cea84e8e7a19
3
+ size 212070656
data/chunk-000/file-003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:852f143944c2a3ef65bedd92f1e7ae26c2e1c5a49b85c9b64a773f8dfd4a09ad
3
+ size 105240929
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb7e51c0c943a25ef69a81554255d2a8187060671cddfc3d3d01d9151707af94
3
+ size 237243
meta/info.json ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so_follower",
4
+ "total_episodes": 4,
5
+ "total_frames": 3519,
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:4"
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
+ "names": [
20
+ "shoulder_pan.pos",
21
+ "shoulder_lift.pos",
22
+ "elbow_flex.pos",
23
+ "wrist_flex.pos",
24
+ "wrist_roll.pos",
25
+ "gripper.pos"
26
+ ],
27
+ "shape": [
28
+ 6
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "names": [
34
+ "shoulder_pan.pos",
35
+ "shoulder_lift.pos",
36
+ "elbow_flex.pos",
37
+ "wrist_flex.pos",
38
+ "wrist_roll.pos",
39
+ "gripper.pos"
40
+ ],
41
+ "shape": [
42
+ 6
43
+ ]
44
+ },
45
+ "observation.images.wrist": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "h264",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.middle": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "h264",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.images.above": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 480,
105
+ "video.width": 640,
106
+ "video.codec": "h264",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 30,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "observation.images.right": {
115
+ "dtype": "video",
116
+ "shape": [
117
+ 480,
118
+ 640,
119
+ 3
120
+ ],
121
+ "names": [
122
+ "height",
123
+ "width",
124
+ "channels"
125
+ ],
126
+ "info": {
127
+ "video.height": 480,
128
+ "video.width": 640,
129
+ "video.codec": "h264",
130
+ "video.pix_fmt": "yuv420p",
131
+ "video.is_depth_map": false,
132
+ "video.fps": 30,
133
+ "video.channels": 3,
134
+ "has_audio": false
135
+ }
136
+ },
137
+ "observation.images.left": {
138
+ "dtype": "video",
139
+ "shape": [
140
+ 480,
141
+ 640,
142
+ 3
143
+ ],
144
+ "names": [
145
+ "height",
146
+ "width",
147
+ "channels"
148
+ ],
149
+ "info": {
150
+ "video.height": 480,
151
+ "video.width": 640,
152
+ "video.codec": "h264",
153
+ "video.pix_fmt": "yuv420p",
154
+ "video.is_depth_map": false,
155
+ "video.fps": 30,
156
+ "video.channels": 3,
157
+ "has_audio": false
158
+ }
159
+ },
160
+ "observation.motor_currents": {
161
+ "dtype": "int32",
162
+ "names": [
163
+ "shoulder_pan.current",
164
+ "shoulder_lift.current",
165
+ "elbow_flex.current",
166
+ "wrist_flex.current",
167
+ "wrist_roll.current",
168
+ "gripper.current"
169
+ ],
170
+ "shape": [
171
+ 6
172
+ ]
173
+ },
174
+ "observation.motor_velocities": {
175
+ "dtype": "int32",
176
+ "names": [
177
+ "shoulder_pan.velocity",
178
+ "shoulder_lift.velocity",
179
+ "elbow_flex.velocity",
180
+ "wrist_flex.velocity",
181
+ "wrist_roll.velocity",
182
+ "gripper.velocity"
183
+ ],
184
+ "shape": [
185
+ 6
186
+ ]
187
+ },
188
+ "observation.sensor_timestamps": {
189
+ "dtype": "float64",
190
+ "names": [
191
+ "motor_positions.perf_counter_s",
192
+ "motor_currents.perf_counter_s",
193
+ "motor_velocities.perf_counter_s",
194
+ "camera.wrist.perf_counter_s",
195
+ "camera.middle.perf_counter_s",
196
+ "camera.above.perf_counter_s",
197
+ "camera.right.perf_counter_s",
198
+ "camera.left.perf_counter_s"
199
+ ],
200
+ "shape": [
201
+ 8
202
+ ]
203
+ },
204
+ "observation.depths.middle": {
205
+ "dtype": "uint16",
206
+ "shape": [
207
+ 480,
208
+ 640
209
+ ],
210
+ "names": [
211
+ "height",
212
+ "width"
213
+ ]
214
+ },
215
+ "timestamp": {
216
+ "dtype": "float32",
217
+ "shape": [
218
+ 1
219
+ ],
220
+ "names": null
221
+ },
222
+ "frame_index": {
223
+ "dtype": "int64",
224
+ "shape": [
225
+ 1
226
+ ],
227
+ "names": null
228
+ },
229
+ "episode_index": {
230
+ "dtype": "int64",
231
+ "shape": [
232
+ 1
233
+ ],
234
+ "names": null
235
+ },
236
+ "index": {
237
+ "dtype": "int64",
238
+ "shape": [
239
+ 1
240
+ ],
241
+ "names": null
242
+ },
243
+ "task_index": {
244
+ "dtype": "int64",
245
+ "shape": [
246
+ 1
247
+ ],
248
+ "names": null
249
+ }
250
+ }
251
+ }
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:0976e1643cec8150ba0a0194682c5a5f1e82e22f23b4d21494ae05a0ed649631
3
+ size 2286
videos/observation.images.above/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5319fad7d9a346a2e10d1d0754f13432f8f641033d9f0479e695dd4864dc2564
3
+ size 1667542
videos/observation.images.left/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac18c695ba010d7dcf3cfb6ffb9098bd566c7f2ec81c895f53f083e809c35f90
3
+ size 1293203
videos/observation.images.middle/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:503325976e3c3ccffc46efdc1a8cffdcb862fdb76cd1b87de4bc18477b1f431a
3
+ size 1310097
videos/observation.images.right/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fadf470055265b13140aa57e9cab0bf909e0b6a8ce728bc647deeee96102c14
3
+ size 1716836
videos/observation.images.wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac00e6b943305c9e1bd9b10e3c47d5ce51fe465bd4ac342a06bd471e12dc2453
3
+ size 4373596