J-joon commited on
Commit
e2c2b4d
·
verified ·
1 Parent(s): 38fd6fa

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:63b31f5183252d1f4460a64125293ee6a0a22f314c676c8a3f1f9f95ef056361
3
+ size 3645908
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19d214e0d0bf1f4e428fd1f1792407a9388d5a61bee601bd6908e337c2ef9d8e
3
+ size 14696
meta/info.json ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "aloha",
4
+ "total_episodes": 18,
5
+ "total_frames": 67500,
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:18"
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_right_wrist": {
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
+ "timestamp": {
142
+ "dtype": "float32",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ },
148
+ "frame_index": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null
154
+ },
155
+ "episode_index": {
156
+ "dtype": "int64",
157
+ "shape": [
158
+ 1
159
+ ],
160
+ "names": null
161
+ },
162
+ "index": {
163
+ "dtype": "int64",
164
+ "shape": [
165
+ 1
166
+ ],
167
+ "names": null
168
+ },
169
+ "task_index": {
170
+ "dtype": "int64",
171
+ "shape": [
172
+ 1
173
+ ],
174
+ "names": null
175
+ }
176
+ }
177
+ }
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:7685454c50cdb08a1900a45800df307ce2d176163726331700d1133f07e3c0f7
3
+ size 2414
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:4d804b703d697f3ba722d982a72667607bf70693c9457acac98b5d353098463d
3
+ size 205591883
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:8db8b24433ef3341574baa9162ff1c5e98d8968b5f2ecf882c1a5a1e6c8f7cf8
3
+ size 201339459
videos/observation.images.cam_high/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a4c83b1633efb2b7d3a56a959bcb8b92e2cfe333d36e7fe99619e3785a2a179
3
+ size 199471465
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:6944fe55d90787560c101a79bd0c6472402273d068c17cdce3634d98b1fe25e0
3
+ size 207126755
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:61290a41f240f503c9ec259f42455ddd4bf5e5487ea8b9b20649f3ffd98325b2
3
+ size 202972658
videos/observation.images.cam_left_wrist/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64e26e0ee14586385d07f7cbebe167814de275f3ff06f84d8557713c8b05264d
3
+ size 118466199
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:b0fd5c376cc5457fc5911b47b491c0a7453885ce46c9b523e87930474f787c14
3
+ size 200045184
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:eaec002339dd41c1867826fd7369caccd68095e15fc3573afcf717a57817169b
3
+ size 202893784
videos/observation.images.cam_right_wrist/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ee71ae6a3b6da8d547b02dad13fb2454a49111e98e2ffa267fc50638f647398
3
+ size 117297808