RobotisSW commited on
Commit
253293b
·
verified ·
1 Parent(s): f65a6c6

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fabe2819860a3344d11f01ab44cce6371654d7934e2e89b2fe1a5121387dfe0
3
+ size 26402
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43f640ff20bfb7f4c36514a1923bd6710f7aa83fc9a44aa4165d54afff46ae1c
3
+ size 3993
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "tasks": ["pick and place objects"], "length": 584}
2
+ {"episode_index": 1, "tasks": ["pick and place objects"], "length": 16}
meta/info.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "omx",
4
+ "total_episodes": 2,
5
+ "total_frames": 600,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:2"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 5
21
+ ],
22
+ "names": [
23
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_gripper"
28
+ ]
29
+ },
30
+ "observation.state": {
31
+ "dtype": "float32",
32
+ "shape": [
33
+ 5
34
+ ],
35
+ "names": [
36
+ "main_shoulder_pan",
37
+ "main_shoulder_lift",
38
+ "main_elbow_flex",
39
+ "main_wrist_flex",
40
+ "main_gripper"
41
+ ]
42
+ },
43
+ "observation.images.cam_1": {
44
+ "dtype": "video",
45
+ "shape": [
46
+ 480,
47
+ 640,
48
+ 3
49
+ ],
50
+ "names": [
51
+ "height",
52
+ "width",
53
+ "channels"
54
+ ],
55
+ "info": {
56
+ "video.fps": 30.0,
57
+ "video.height": 480,
58
+ "video.width": 640,
59
+ "video.channels": 3,
60
+ "video.codec": "h264",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "has_audio": false
64
+ }
65
+ },
66
+ "timestamp": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 1
70
+ ],
71
+ "names": null
72
+ },
73
+ "frame_index": {
74
+ "dtype": "int64",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "names": null
79
+ },
80
+ "episode_index": {
81
+ "dtype": "int64",
82
+ "shape": [
83
+ 1
84
+ ],
85
+ "names": null
86
+ },
87
+ "index": {
88
+ "dtype": "int64",
89
+ "shape": [
90
+ 1
91
+ ],
92
+ "names": null
93
+ },
94
+ "task_index": {
95
+ "dtype": "int64",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "names": null
100
+ }
101
+ }
102
+ }
meta/stats.json ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ -0.9071937203407288,
5
+ -1.2841027975082397,
6
+ 0.5180171132087708,
7
+ 0.8274523615837097,
8
+ -0.007732732687145472
9
+ ],
10
+ "std": [
11
+ 0.16014236211776733,
12
+ 0.4432787597179413,
13
+ 0.5226755738258362,
14
+ 0.2667044401168823,
15
+ 0.00013192842015996575
16
+ ],
17
+ "max": [
18
+ -0.5138835906982422,
19
+ -0.31139808893203735,
20
+ 1.5838415622711182,
21
+ 1.134165644645691,
22
+ -0.007476981729269028
23
+ ],
24
+ "min": [
25
+ -1.0967962741851807,
26
+ -2.073941946029663,
27
+ -0.6028544306755066,
28
+ 0.0168820321559906,
29
+ -0.007958906702697277
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "mean": [
34
+ -0.909167468547821,
35
+ -1.2906606197357178,
36
+ 0.5251485109329224,
37
+ 0.8298466801643372,
38
+ -0.007711244747042656
39
+ ],
40
+ "std": [
41
+ 0.1594105362892151,
42
+ 0.39224228262901306,
43
+ 0.45688381791114807,
44
+ 0.2633117735385895,
45
+ 0.00013439766189549118
46
+ ],
47
+ "max": [
48
+ -0.5123496055603027,
49
+ -0.35895150899887085,
50
+ 1.571563720703125,
51
+ 1.134165644645691,
52
+ -0.00747451139613986
53
+ ],
54
+ "min": [
55
+ -1.0983302593231201,
56
+ -2.0616700649261475,
57
+ -0.4463884234428406,
58
+ 0.015347301959991455,
59
+ -0.007948768325150013
60
+ ]
61
+ },
62
+ "observation.images.cam_1": {
63
+ "mean": [
64
+ [
65
+ [
66
+ 0.3422810435295105
67
+ ]
68
+ ],
69
+ [
70
+ [
71
+ 0.38133546710014343
72
+ ]
73
+ ],
74
+ [
75
+ [
76
+ 0.3702000081539154
77
+ ]
78
+ ]
79
+ ],
80
+ "std": [
81
+ [
82
+ [
83
+ 0.29778560996055603
84
+ ]
85
+ ],
86
+ [
87
+ [
88
+ 0.2751152217388153
89
+ ]
90
+ ],
91
+ [
92
+ [
93
+ 0.27063196897506714
94
+ ]
95
+ ]
96
+ ],
97
+ "max": [
98
+ [
99
+ [
100
+ 1.0
101
+ ]
102
+ ],
103
+ [
104
+ [
105
+ 1.0
106
+ ]
107
+ ],
108
+ [
109
+ [
110
+ 1.0
111
+ ]
112
+ ]
113
+ ],
114
+ "min": [
115
+ [
116
+ [
117
+ 0.0
118
+ ]
119
+ ],
120
+ [
121
+ [
122
+ 0.0
123
+ ]
124
+ ],
125
+ [
126
+ [
127
+ 0.0
128
+ ]
129
+ ]
130
+ ]
131
+ },
132
+ "timestamp": {
133
+ "mean": [
134
+ 9.464221000671387
135
+ ],
136
+ "std": [
137
+ 5.750110149383545
138
+ ],
139
+ "max": [
140
+ 19.433332443237305
141
+ ],
142
+ "min": [
143
+ 0.0
144
+ ]
145
+ },
146
+ "frame_index": {
147
+ "mean": [
148
+ 283.9266357421875
149
+ ],
150
+ "std": [
151
+ 172.50331115722656
152
+ ],
153
+ "max": [
154
+ 583.0
155
+ ],
156
+ "min": [
157
+ 0.0
158
+ ]
159
+ },
160
+ "episode_index": {
161
+ "mean": [
162
+ 0.0266666691750288
163
+ ],
164
+ "std": [
165
+ 0.16110728681087494
166
+ ],
167
+ "max": [
168
+ 1.0
169
+ ],
170
+ "min": [
171
+ 0.0
172
+ ]
173
+ },
174
+ "index": {
175
+ "mean": [
176
+ 299.4999694824219
177
+ ],
178
+ "std": [
179
+ 173.204833984375
180
+ ],
181
+ "max": [
182
+ 599.0
183
+ ],
184
+ "min": [
185
+ 0.0
186
+ ]
187
+ },
188
+ "task_index": {
189
+ "mean": [
190
+ 0.0
191
+ ],
192
+ "std": [
193
+ 0.0
194
+ ],
195
+ "max": [
196
+ 0.0
197
+ ],
198
+ "min": [
199
+ 0.0
200
+ ]
201
+ }
202
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "pick and place objects"}
videos/chunk-000/observation.images.cam_1/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c8ce1f2d9f1281a57f33d7b32d9a9e42061bd5c1a06b16114653fa5a8ed8f3c
3
+ size 2512683
videos/chunk-000/observation.images.cam_1/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:693e14241808388d09ec0f1db5e879e7a8ad54f56605b5700b3b5283b7935ea1
3
+ size 49663