J-joon commited on
Commit
7318b03
·
verified ·
1 Parent(s): 41f85a4

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:c5660df60832e23ec91379019116c699a9beafb4e913d1bfed5cd764bb3725d1
3
+ size 1587495
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfa0b8bc14d92f3c131a5ff0c0ab1ce959568838115abb4574ae8badeaa1e53f
3
+ size 38975
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": 20000,
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:4a2623af804050abdc6ed3b60284c491f0dca39adece898c55d568453dbc2d91
3
+ size 2591
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:d5e7b2e673b05cd08532fb30e713b3c8437138b811028120b25cd7dda0a9327a
3
+ size 195283489
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:073c5d051d25d2df0693ed98ba057140ef786503f63d59a25f0ebac52b2163c0
3
+ size 178741406
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:0eb2418256d1e45c2dcf384f60c57107e9d34780714135c3a65bd428e56cfc81
3
+ size 167905281
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:84f3e268906887c4aa187eb2cfd0748356252caf91161beb04a6c6f604b103d4
3
+ size 205161816