michaelyeah7 commited on
Commit
b828591
·
verified ·
1 Parent(s): 737a6c8

Add files using upload-large-folder tool

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:5c61eae63a3effc3a7e47850489be54bb97b098cb20836867f5ce90f0ee72e89
3
+ size 483559060
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:accaf57f3bd2571be45bc7523bf5eb719f64d4cd4f90c4406219aa6cbca999f6
3
+ size 11555506
meta/info.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "franka",
4
+ "total_episodes": 17350,
5
+ "total_frames": 11898039,
6
+ "fps": 30,
7
+ "splits": {
8
+ "train": "0:17350"
9
+ },
10
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
11
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
12
+ "features": {
13
+ "observation.state": {
14
+ "dtype": "float32",
15
+ "shape": [
16
+ 9
17
+ ],
18
+ "names": [
19
+ "joint_0",
20
+ "joint_1",
21
+ "joint_2",
22
+ "joint_3",
23
+ "joint_4",
24
+ "joint_5",
25
+ "joint_6",
26
+ "gripper_left",
27
+ "gripper_right"
28
+ ],
29
+ "fps": 30
30
+ },
31
+ "observation.images.front_1": {
32
+ "dtype": "video",
33
+ "shape": [
34
+ 3,
35
+ 480,
36
+ 640
37
+ ],
38
+ "names": [
39
+ "channels",
40
+ "height",
41
+ "width"
42
+ ],
43
+ "video_info": {
44
+ "video.fps": 30.0,
45
+ "video.height": 480,
46
+ "video.width": 640,
47
+ "video.channels": 3,
48
+ "video.codec": "h264",
49
+ "video.pix_fmt": "yuv420p",
50
+ "has_audio": false
51
+ }
52
+ },
53
+ "observation.images.front_2": {
54
+ "dtype": "video",
55
+ "shape": [
56
+ 3,
57
+ 480,
58
+ 640
59
+ ],
60
+ "names": [
61
+ "channels",
62
+ "height",
63
+ "width"
64
+ ],
65
+ "video_info": {
66
+ "video.fps": 30.0,
67
+ "video.height": 480,
68
+ "video.width": 640,
69
+ "video.channels": 3,
70
+ "video.codec": "h264",
71
+ "video.pix_fmt": "yuv420p",
72
+ "has_audio": false
73
+ }
74
+ },
75
+ "observation.images.wrist": {
76
+ "dtype": "video",
77
+ "shape": [
78
+ 3,
79
+ 480,
80
+ 640
81
+ ],
82
+ "names": [
83
+ "channels",
84
+ "height",
85
+ "width"
86
+ ],
87
+ "video_info": {
88
+ "video.fps": 30.0,
89
+ "video.height": 480,
90
+ "video.width": 640,
91
+ "video.channels": 3,
92
+ "video.codec": "h264",
93
+ "video.pix_fmt": "yuv420p",
94
+ "has_audio": false
95
+ }
96
+ },
97
+ "action": {
98
+ "dtype": "float32",
99
+ "shape": [
100
+ 8
101
+ ],
102
+ "names": [
103
+ "joint_0",
104
+ "joint_1",
105
+ "joint_2",
106
+ "joint_3",
107
+ "joint_4",
108
+ "joint_5",
109
+ "joint_6",
110
+ "gripper"
111
+ ],
112
+ "fps": 30
113
+ },
114
+ "timestamp": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null,
120
+ "fps": 30
121
+ },
122
+ "frame_index": {
123
+ "dtype": "int64",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": null,
128
+ "fps": 30
129
+ },
130
+ "episode_index": {
131
+ "dtype": "int64",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null,
136
+ "fps": 30
137
+ },
138
+ "index": {
139
+ "dtype": "int64",
140
+ "shape": [
141
+ 1
142
+ ],
143
+ "names": null,
144
+ "fps": 30
145
+ },
146
+ "task_index": {
147
+ "dtype": "int64",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "names": null,
152
+ "fps": 30
153
+ },
154
+ "next.done": {
155
+ "dtype": "bool",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": null,
160
+ "fps": 30
161
+ }
162
+ },
163
+ "repo_id": "michaelyeah7/Franka_GraspNet_20260731"
164
+ }
meta/stats.json ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "mean": [
4
+ 0.018758358506536055,
5
+ -0.2989211173199334,
6
+ -0.0028649518353188897,
7
+ -2.335104627736127,
8
+ -0.017650239625468855,
9
+ 1.997558628768045,
10
+ 0.8045749867207341,
11
+ 0.034228781742074166,
12
+ 0.034321225220262194
13
+ ],
14
+ "std": [
15
+ 0.2832597891385241,
16
+ 0.3981904171377632,
17
+ 0.40969801876779527,
18
+ 0.37648396611304324,
19
+ 0.3128372054490888,
20
+ 0.4583927514870237,
21
+ 0.49777915927351535,
22
+ 0.008315957620420074,
23
+ 0.00823340942897112
24
+ ],
25
+ "min": [
26
+ -2.89739990234375,
27
+ -1.7632999420166016,
28
+ -3.167799949645996,
29
+ -3.071899890899658,
30
+ -2.8975000381469727,
31
+ -0.010400000028312206,
32
+ -3.557499885559082,
33
+ 0.0,
34
+ 0.0
35
+ ],
36
+ "max": [
37
+ 2.8973000049591064,
38
+ 1.8217999935150146,
39
+ 3.7558999061584473,
40
+ -0.06970000267028809,
41
+ 3.09060001373291,
42
+ 3.810800075531006,
43
+ 4.549099922180176,
44
+ 0.03999999910593033,
45
+ 0.03999999910593033
46
+ ],
47
+ "count": [
48
+ 11898039
49
+ ]
50
+ },
51
+ "action": {
52
+ "mean": [
53
+ 0.020376307314858115,
54
+ -0.2916839129531484,
55
+ -0.004534873513526677,
56
+ -2.3289292555011634,
57
+ -0.006123227039591284,
58
+ 1.999190299274917,
59
+ 0.8004404959749419,
60
+ 0.024852622637280504
61
+ ],
62
+ "std": [
63
+ 0.28541028741452557,
64
+ 0.39658666577345564,
65
+ 0.4133593876348776,
66
+ 0.3822771310317432,
67
+ 0.31262896633029597,
68
+ 0.46113954911067334,
69
+ 0.5020543449504183,
70
+ 0.019402371795485155
71
+ ],
72
+ "min": [
73
+ -2.8973000049591064,
74
+ -1.7627999782562256,
75
+ -2.8973000049591064,
76
+ -3.0717999935150146,
77
+ -2.8973000049591064,
78
+ -0.017500000074505806,
79
+ -2.8973000049591064,
80
+ 0.0
81
+ ],
82
+ "max": [
83
+ 2.8973000049591064,
84
+ 1.7627999782562256,
85
+ 2.8973000049591064,
86
+ -0.0697999969124794,
87
+ 2.8973000049591064,
88
+ 3.752500057220459,
89
+ 2.8973000049591064,
90
+ 0.03999999910593033
91
+ ],
92
+ "count": [
93
+ 11898039
94
+ ]
95
+ },
96
+ "observation.images.front_1": {
97
+ "mean": [
98
+ [
99
+ [
100
+ 0.485
101
+ ]
102
+ ],
103
+ [
104
+ [
105
+ 0.456
106
+ ]
107
+ ],
108
+ [
109
+ [
110
+ 0.406
111
+ ]
112
+ ]
113
+ ],
114
+ "std": [
115
+ [
116
+ [
117
+ 0.229
118
+ ]
119
+ ],
120
+ [
121
+ [
122
+ 0.224
123
+ ]
124
+ ],
125
+ [
126
+ [
127
+ 0.225
128
+ ]
129
+ ]
130
+ ]
131
+ },
132
+ "observation.images.front_2": {
133
+ "mean": [
134
+ [
135
+ [
136
+ 0.485
137
+ ]
138
+ ],
139
+ [
140
+ [
141
+ 0.456
142
+ ]
143
+ ],
144
+ [
145
+ [
146
+ 0.406
147
+ ]
148
+ ]
149
+ ],
150
+ "std": [
151
+ [
152
+ [
153
+ 0.229
154
+ ]
155
+ ],
156
+ [
157
+ [
158
+ 0.224
159
+ ]
160
+ ],
161
+ [
162
+ [
163
+ 0.225
164
+ ]
165
+ ]
166
+ ]
167
+ },
168
+ "observation.images.wrist": {
169
+ "mean": [
170
+ [
171
+ [
172
+ 0.485
173
+ ]
174
+ ],
175
+ [
176
+ [
177
+ 0.456
178
+ ]
179
+ ],
180
+ [
181
+ [
182
+ 0.406
183
+ ]
184
+ ]
185
+ ],
186
+ "std": [
187
+ [
188
+ [
189
+ 0.229
190
+ ]
191
+ ],
192
+ [
193
+ [
194
+ 0.224
195
+ ]
196
+ ],
197
+ [
198
+ [
199
+ 0.225
200
+ ]
201
+ ]
202
+ ]
203
+ }
204
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7300595e127fdb64ab3b098b223821705aeecc5870209405f7866908e2186294
3
+ size 2221
videos/observation.images.front_1/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a252545da60e838ae68f578bad125e8c9cd62150e7457b72e2fa0ce131faa118
3
+ size 6953618060
videos/observation.images.front_2/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b899b884a662202335107890a5da8bb2acf0366edb0e71286d82bd9fa135f963
3
+ size 7665216871
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:bac76f3df9b344fcd200908979560c26f673b55189089719137fdfb0e73a98a5
3
+ size 7239562292