J-joon commited on
Commit
c22946e
·
verified ·
1 Parent(s): 98e57d3

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:b683e2816c043476a46d7b7c82860925ba058dab6aab49d5114c5dcb5e81c70f
3
+ size 2507690
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb725942080d289e7d882fab6a059a3c53873d2b5af33aa59c81543c222a03c2
3
+ size 37544
meta/info.json ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "aloha",
4
+ "total_episodes": 50,
5
+ "total_frames": 35000,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 50,
11
+ "splits": {
12
+ "train": "0:50"
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
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 14
21
+ ],
22
+ "names": {
23
+ "motors": [
24
+ "left_waist",
25
+ "left_shoulder",
26
+ "left_elbow",
27
+ "left_forearm_roll",
28
+ "left_wrist_angle",
29
+ "left_wrist_rotate",
30
+ "left_gripper",
31
+ "right_waist",
32
+ "right_shoulder",
33
+ "right_elbow",
34
+ "right_forearm_roll",
35
+ "right_wrist_angle",
36
+ "right_wrist_rotate",
37
+ "right_gripper"
38
+ ]
39
+ }
40
+ },
41
+ "action": {
42
+ "dtype": "float32",
43
+ "shape": [
44
+ 14
45
+ ],
46
+ "names": {
47
+ "motors": [
48
+ "left_waist",
49
+ "left_shoulder",
50
+ "left_elbow",
51
+ "left_forearm_roll",
52
+ "left_wrist_angle",
53
+ "left_wrist_rotate",
54
+ "left_gripper",
55
+ "right_waist",
56
+ "right_shoulder",
57
+ "right_elbow",
58
+ "right_forearm_roll",
59
+ "right_wrist_angle",
60
+ "right_wrist_rotate",
61
+ "right_gripper"
62
+ ]
63
+ }
64
+ },
65
+ "next.done": {
66
+ "dtype": "bool",
67
+ "shape": [
68
+ 1
69
+ ],
70
+ "names": null
71
+ },
72
+ "observation.images.cam_high": {
73
+ "dtype": "video",
74
+ "shape": [
75
+ 480,
76
+ 640,
77
+ 3
78
+ ],
79
+ "names": [
80
+ "height",
81
+ "width",
82
+ "channel"
83
+ ],
84
+ "info": {
85
+ "video.height": 480,
86
+ "video.width": 640,
87
+ "video.codec": "h264",
88
+ "video.pix_fmt": "yuvj420p",
89
+ "video.is_depth_map": false,
90
+ "video.fps": 50,
91
+ "video.channels": 3,
92
+ "has_audio": false
93
+ }
94
+ },
95
+ "observation.images.cam_left_wrist": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 480,
99
+ 640,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channel"
106
+ ],
107
+ "info": {
108
+ "video.height": 480,
109
+ "video.width": 640,
110
+ "video.codec": "h264",
111
+ "video.pix_fmt": "yuvj420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 50,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
+ },
118
+ "observation.images.cam_low": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 480,
122
+ 640,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channel"
129
+ ],
130
+ "info": {
131
+ "video.height": 480,
132
+ "video.width": 640,
133
+ "video.codec": "h264",
134
+ "video.pix_fmt": "yuvj420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 50,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.cam_right_wrist": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 480,
145
+ 640,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channel"
152
+ ],
153
+ "info": {
154
+ "video.height": 480,
155
+ "video.width": 640,
156
+ "video.codec": "h264",
157
+ "video.pix_fmt": "yuvj420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 50,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "timestamp": {
165
+ "dtype": "float32",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null
170
+ },
171
+ "frame_index": {
172
+ "dtype": "int64",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": null
177
+ },
178
+ "episode_index": {
179
+ "dtype": "int64",
180
+ "shape": [
181
+ 1
182
+ ],
183
+ "names": null
184
+ },
185
+ "index": {
186
+ "dtype": "int64",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "names": null
191
+ },
192
+ "task_index": {
193
+ "dtype": "int64",
194
+ "shape": [
195
+ 1
196
+ ],
197
+ "names": null
198
+ }
199
+ }
200
+ }
meta/stats.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc09f6b586cdb94a9026556a0c5121f84cd59035f4de0baff84fa6a18e41fb23
3
+ size 2256
videos/observation.images.cam_high/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55cfe793f22390fca1784c3ff57cc65a7db41cc307ad447284cf101a9b5af76e
3
+ size 208624432
videos/observation.images.cam_high/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:260e9ad2a11475463591d5c937de3bccb3b4f5e889bbd80dc106f1c4fd3f6a7c
3
+ size 139285886
videos/observation.images.cam_left_wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5815b35cbaafd4a375f8e0eabf48f055fa14e5f40fe1d95729ed1271d4029e43
3
+ size 207492249
videos/observation.images.cam_left_wrist/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb2ac0ba327274e628c429dd676bc97587f03873bec43cb0b604cfe622754189
3
+ size 96409598
videos/observation.images.cam_low/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc7eeeca9345232d1094c63c159fcd09a94a870d1391a703aa8fe031bbc0e369
3
+ size 206710686
videos/observation.images.cam_low/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:403a64e8dd0f8108b2430e6d7e505823c2a34149906129eb9cc60333565c854b
3
+ size 92493435
videos/observation.images.cam_right_wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed7aa16233450625d684da54286f5ca956dc86d55c3a07c6c94c6d32ff4966f7
3
+ size 204368914
videos/observation.images.cam_right_wrist/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f29e669635a5ba7fe679a8a2ea59af211ebef9ad6f819c56df97a1f888fa378
3
+ size 142104246