robertodlcg commited on
Commit
a4c047d
·
verified ·
1 Parent(s): e9d8e93

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. meta/info.json +189 -0
  2. meta/stats.json +148 -0
  3. meta/tasks.parquet +3 -0
meta/info.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "bi_umbra_follower",
4
+ "total_episodes": 101,
5
+ "total_frames": 179197,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 500,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:37"
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
+ "left_base.pos",
21
+ "left_link3.pos",
22
+ "left_link4.pos",
23
+ "left_link5.pos",
24
+ "left_link1.pos",
25
+ "left_link2.pos",
26
+ "left_gripper.pos",
27
+ "right_base.pos",
28
+ "right_link3.pos",
29
+ "right_link4.pos",
30
+ "right_link5.pos",
31
+ "right_link1.pos",
32
+ "right_link2.pos",
33
+ "right_gripper.pos"
34
+ ],
35
+ "shape": [
36
+ 14
37
+ ]
38
+ },
39
+ "observation.state": {
40
+ "dtype": "float32",
41
+ "names": [
42
+ "left_base.pos",
43
+ "left_link3.pos",
44
+ "left_link4.pos",
45
+ "left_link5.pos",
46
+ "left_link1.pos",
47
+ "left_link2.pos",
48
+ "left_gripper.pos",
49
+ "right_base.pos",
50
+ "right_link3.pos",
51
+ "right_link4.pos",
52
+ "right_link5.pos",
53
+ "right_link1.pos",
54
+ "right_link2.pos",
55
+ "right_gripper.pos"
56
+ ],
57
+ "shape": [
58
+ 14
59
+ ]
60
+ },
61
+ "observation.images.camera_1": {
62
+ "dtype": "video",
63
+ "shape": [
64
+ 480,
65
+ 640,
66
+ 3
67
+ ],
68
+ "names": [
69
+ "height",
70
+ "width",
71
+ "channels"
72
+ ],
73
+ "info": {
74
+ "video.height": 480,
75
+ "video.width": 640,
76
+ "video.codec": "av1",
77
+ "video.pix_fmt": "yuv420p",
78
+ "video.is_depth_map": false,
79
+ "video.fps": 30,
80
+ "video.channels": 3,
81
+ "has_audio": false
82
+ }
83
+ },
84
+ "observation.images.camera_2": {
85
+ "dtype": "video",
86
+ "shape": [
87
+ 480,
88
+ 848,
89
+ 3
90
+ ],
91
+ "names": [
92
+ "height",
93
+ "width",
94
+ "channels"
95
+ ],
96
+ "info": {
97
+ "video.height": 480,
98
+ "video.width": 848,
99
+ "video.codec": "av1",
100
+ "video.pix_fmt": "yuv420p",
101
+ "video.is_depth_map": false,
102
+ "video.fps": 30,
103
+ "video.channels": 3,
104
+ "has_audio": false
105
+ }
106
+ },
107
+ "observation.images.camera_3": {
108
+ "dtype": "video",
109
+ "shape": [
110
+ 480,
111
+ 640,
112
+ 3
113
+ ],
114
+ "names": [
115
+ "height",
116
+ "width",
117
+ "channels"
118
+ ],
119
+ "info": {
120
+ "video.height": 480,
121
+ "video.width": 640,
122
+ "video.codec": "av1",
123
+ "video.pix_fmt": "yuv420p",
124
+ "video.is_depth_map": false,
125
+ "video.fps": 30,
126
+ "video.channels": 3,
127
+ "has_audio": false
128
+ }
129
+ },
130
+ "observation.images.camera_4": {
131
+ "dtype": "video",
132
+ "shape": [
133
+ 480,
134
+ 640,
135
+ 3
136
+ ],
137
+ "names": [
138
+ "height",
139
+ "width",
140
+ "channels"
141
+ ],
142
+ "info": {
143
+ "video.height": 480,
144
+ "video.width": 640,
145
+ "video.codec": "av1",
146
+ "video.pix_fmt": "yuv420p",
147
+ "video.is_depth_map": false,
148
+ "video.fps": 30,
149
+ "video.channels": 3,
150
+ "has_audio": false
151
+ }
152
+ },
153
+ "timestamp": {
154
+ "dtype": "float32",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "names": null
159
+ },
160
+ "frame_index": {
161
+ "dtype": "int64",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null
166
+ },
167
+ "episode_index": {
168
+ "dtype": "int64",
169
+ "shape": [
170
+ 1
171
+ ],
172
+ "names": null
173
+ },
174
+ "index": {
175
+ "dtype": "int64",
176
+ "shape": [
177
+ 1
178
+ ],
179
+ "names": null
180
+ },
181
+ "task_index": {
182
+ "dtype": "int64",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": null
187
+ }
188
+ }
189
+ }
meta/stats.json ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 26.29836082458496,
5
+ 6.664538860321045,
6
+ 50.88270568847656,
7
+ -11.603538513183594,
8
+ 39.386878967285156,
9
+ 49.568145751953125,
10
+ 36.995540618896484,
11
+ -24.346158981323242,
12
+ -12.174271583557129,
13
+ 54.307674407958984,
14
+ 10.481562614440918,
15
+ -33.22871017456055,
16
+ -43.337493896484375,
17
+ 61.51435089111328
18
+ ],
19
+ "std": [
20
+ 19.539878845214844,
21
+ 10.156696319580078,
22
+ 20.549346923828125,
23
+ 16.46864891052246,
24
+ 31.996753692626953,
25
+ 26.688278198242188,
26
+ 24.23899269104004,
27
+ 18.622514724731445,
28
+ 8.139683723449707,
29
+ 21.554176330566406,
30
+ 14.844706535339355,
31
+ 30.830242156982422,
32
+ 30.579336166381836,
33
+ 28.44742202758789
34
+ ],
35
+ "min": [
36
+ -15.779189109802246,
37
+ -57.81953048706055,
38
+ -19.66386604309082,
39
+ -72.12713623046875,
40
+ -30.63311004638672,
41
+ -34.49893569946289,
42
+ 0.6659267544746399,
43
+ -81.93236541748047,
44
+ -37.6781005859375,
45
+ -27.15627670288086,
46
+ -32.595088958740234,
47
+ -99.20477294921875,
48
+ -100.0,
49
+ 0.0
50
+ ],
51
+ "max": [
52
+ 86.41915130615234,
53
+ 39.45488357543945,
54
+ 93.69747924804688,
55
+ 68.01956176757812,
56
+ 100.0,
57
+ 100.0,
58
+ 100.0,
59
+ 14.202898979187012,
60
+ 11.451187133789062,
61
+ 100.0,
62
+ 89.40779876708984,
63
+ 50.616302490234375,
64
+ 67.63202667236328,
65
+ 99.83686828613281
66
+ ]
67
+ },
68
+ "observation.state": {
69
+ "mean": [
70
+ 26.122066497802734,
71
+ 6.593295574188232,
72
+ -51.83649444580078,
73
+ -11.320474624633789,
74
+ 37.435787200927734,
75
+ -52.613441467285156,
76
+ 62.491661071777344,
77
+ -24.69517707824707,
78
+ -12.142030715942383,
79
+ -54.688655853271484,
80
+ 10.403149604797363,
81
+ 32.48952102661133,
82
+ 45.192710876464844,
83
+ 60.399085998535156
84
+ ],
85
+ "std": [
86
+ 19.23595428466797,
87
+ 9.90645980834961,
88
+ 19.94924545288086,
89
+ 16.321401596069336,
90
+ 32.77033615112305,
91
+ 25.328081130981445,
92
+ 24.13373374938965,
93
+ 18.420421600341797,
94
+ 7.919501781463623,
95
+ 21.178848266601562,
96
+ 14.835014343261719,
97
+ 31.125234603881836,
98
+ 29.69894027709961,
99
+ 28.061019897460938
100
+ ],
101
+ "min": [
102
+ -14.766715049743652,
103
+ -56.39860916137695,
104
+ -91.84381866455078,
105
+ -70.99669647216797,
106
+ -33.22945022583008,
107
+ -99.48275756835938,
108
+ 0.32010242342948914,
109
+ -81.39534759521484,
110
+ -36.263736724853516,
111
+ -97.88314819335938,
112
+ -32.46502685546875,
113
+ -50.76163101196289,
114
+ -62.92863845825195,
115
+ 0.47961631417274475
116
+ ],
117
+ "max": [
118
+ 84.8965835571289,
119
+ 38.17793273925781,
120
+ 17.04989242553711,
121
+ 67.78459930419922,
122
+ 98.59758758544922,
123
+ 27.84482765197754,
124
+ 95.00640106201172,
125
+ 13.211281776428223,
126
+ 10.479763984680176,
127
+ 24.3861141204834,
128
+ 89.29088592529297,
129
+ 98.10621643066406,
130
+ 99.62928771972656,
131
+ 95.26378631591797
132
+ ]
133
+ },
134
+ "task_index": {
135
+ "mean": [
136
+ 0.0
137
+ ],
138
+ "std": [
139
+ 0.0
140
+ ],
141
+ "min": [
142
+ 0.0
143
+ ],
144
+ "max": [
145
+ 0.0
146
+ ]
147
+ }
148
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:240509c0e671058a9d6c90b7ccf579984c2ebb6bb62e38dbb22451974eb29a71
3
+ size 2435