dannyXSC commited on
Commit
5b89613
·
verified ·
1 Parent(s): aaf2cf6

Upload folder using huggingface_hub

Browse files
aloha_lerobot/data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7726590dbc3cd8bcc49b3872a2772c986c04519532122539e042c6b81cba1bf4
3
+ size 86593
aloha_lerobot/meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Select the appropriate blocks from the scattered letter blocks on the table and arrange them in a row to spell out \"THU\"."], "length": 1061}
aloha_lerobot/meta/info.json ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "aloha",
4
+ "total_episodes": 1,
5
+ "total_frames": 1061,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
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
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 14
21
+ ],
22
+ "names": [
23
+ "left_joint_1",
24
+ "left_joint_2",
25
+ "left_joint_3",
26
+ "left_joint_4",
27
+ "left_joint_5",
28
+ "left_joint_6",
29
+ "left_gripper",
30
+ "right_joint_1",
31
+ "right_joint_2",
32
+ "right_joint_3",
33
+ "right_joint_4",
34
+ "right_joint_5",
35
+ "right_joint_6",
36
+ "right_gripper"
37
+ ]
38
+ },
39
+ "action": {
40
+ "dtype": "float32",
41
+ "shape": [
42
+ 14
43
+ ],
44
+ "names": [
45
+ "left_joint_1",
46
+ "left_joint_2",
47
+ "left_joint_3",
48
+ "left_joint_4",
49
+ "left_joint_5",
50
+ "left_joint_6",
51
+ "left_gripper",
52
+ "right_joint_1",
53
+ "right_joint_2",
54
+ "right_joint_3",
55
+ "right_joint_4",
56
+ "right_joint_5",
57
+ "right_joint_6",
58
+ "right_gripper"
59
+ ]
60
+ },
61
+ "observation.images.main": {
62
+ "dtype": "video",
63
+ "shape": [
64
+ 480,
65
+ 640,
66
+ 3
67
+ ],
68
+ "names": [
69
+ "height",
70
+ "width",
71
+ "channel"
72
+ ],
73
+ "video_info": {
74
+ "video.fps": 30,
75
+ "video.codec": "h264",
76
+ "video.pix_fmt": "yuv420p",
77
+ "video.is_depth_map": false,
78
+ "has_audio": false
79
+ },
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.images.left_wrist": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channel"
102
+ ],
103
+ "video_info": {
104
+ "video.fps": 30,
105
+ "video.codec": "h264",
106
+ "video.pix_fmt": "yuv420p",
107
+ "video.is_depth_map": false,
108
+ "has_audio": false
109
+ },
110
+ "info": {
111
+ "video.height": 480,
112
+ "video.width": 640,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 30,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.images.right_wrist": {
122
+ "dtype": "video",
123
+ "shape": [
124
+ 480,
125
+ 640,
126
+ 3
127
+ ],
128
+ "names": [
129
+ "height",
130
+ "width",
131
+ "channel"
132
+ ],
133
+ "video_info": {
134
+ "video.fps": 30,
135
+ "video.codec": "h264",
136
+ "video.pix_fmt": "yuv420p",
137
+ "video.is_depth_map": false,
138
+ "has_audio": false
139
+ },
140
+ "info": {
141
+ "video.height": 480,
142
+ "video.width": 640,
143
+ "video.codec": "av1",
144
+ "video.pix_fmt": "yuv420p",
145
+ "video.is_depth_map": false,
146
+ "video.fps": 30,
147
+ "video.channels": 3,
148
+ "has_audio": false
149
+ }
150
+ },
151
+ "timestamp": {
152
+ "dtype": "float32",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ },
158
+ "frame_index": {
159
+ "dtype": "int64",
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "names": null
164
+ },
165
+ "episode_index": {
166
+ "dtype": "int64",
167
+ "shape": [
168
+ 1
169
+ ],
170
+ "names": null
171
+ },
172
+ "index": {
173
+ "dtype": "int64",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null
178
+ },
179
+ "task_index": {
180
+ "dtype": "int64",
181
+ "shape": [
182
+ 1
183
+ ],
184
+ "names": null
185
+ }
186
+ }
187
+ }
aloha_lerobot/meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Select the appropriate blocks from the scattered letter blocks on the table and arrange them in a row to spell out \"THU\"."}
aloha_lerobot/videos/chunk-000/observation.images.left_wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f50a534e437fb5f12e6b764238ba131333eebe83e52c73f649e0e50a032c547
3
+ size 4084835
aloha_lerobot/videos/chunk-000/observation.images.main/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d715fd23232d87f09d19dbe6b242fe3a0906f66be823195ae02148410e271e45
3
+ size 10865230
aloha_lerobot/videos/chunk-000/observation.images.right_wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:623bdc6d5140902f3a1668689d0b90679da1f9a6035324430fff62401b789e52
3
+ size 3859125
panda_lerobot/data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fae47df9d60f1cfb4ae0d87289f041dcb64943838278149b73e13455becb9bb
3
+ size 11843
panda_lerobot/meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["robot arm movement"], "length": 180}
panda_lerobot/meta/info.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "fps": 30,
4
+ "robot_type": "franka",
5
+ "chunks_size": 1000,
6
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
7
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
8
+ "total_episodes": 1,
9
+ "total_frames": 180,
10
+ "total_tasks": 1,
11
+ "total_chunks": 1,
12
+ "total_videos": 1,
13
+ "splits": {
14
+ "train": "0:1"
15
+ },
16
+ "features": {
17
+ "timestamp": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 1
21
+ ],
22
+ "names": null
23
+ },
24
+ "frame_index": {
25
+ "dtype": "int64",
26
+ "shape": [
27
+ 1
28
+ ],
29
+ "names": null
30
+ },
31
+ "episode_index": {
32
+ "dtype": "int64",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "names": null
37
+ },
38
+ "index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "names": null
44
+ },
45
+ "task_index": {
46
+ "dtype": "int64",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "observation.state": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 8
56
+ ],
57
+ "names": {
58
+ "motors": [
59
+ "panda_joint1",
60
+ "panda_joint2",
61
+ "panda_joint3",
62
+ "panda_joint4",
63
+ "panda_joint5",
64
+ "panda_joint6",
65
+ "panda_joint7",
66
+ "gripper"
67
+ ]
68
+ }
69
+ },
70
+ "observation.images.camera_top": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 480,
74
+ 640,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "rgb"
81
+ ],
82
+ "info": {
83
+ "video.height": 480,
84
+ "video.width": 640,
85
+ "video.codec": "mpeg4",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "video.fps": 30,
89
+ "video.channels": 3,
90
+ "has_audio": false
91
+ }
92
+ }
93
+ }
94
+ }
panda_lerobot/meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "robot arm movement"}
panda_lerobot/videos/chunk-000/observation.images.camera_top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b5b05c0127bb169247471f12664bcfdbcfa645ebc24f84a64ee1de81144c77e
3
+ size 790526