HuaihaiLyu commited on
Commit
f236648
·
verified ·
1 Parent(s): f0b84b6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +229 -0
README.md ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - H
8
+ - u
9
+ - a
10
+ - i
11
+ - h
12
+ - a
13
+ - i
14
+ - L
15
+ - y
16
+ - u
17
+ - /
18
+ - g
19
+ - r
20
+ - o
21
+ - c
22
+ - e
23
+ - r
24
+ - i
25
+ - e
26
+ - s
27
+ - _
28
+ - b
29
+ - a
30
+ - g
31
+ configs:
32
+ - config_name: default
33
+ data_files: data/*/*.parquet
34
+ ---
35
+
36
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
37
+
38
+ ## Dataset Description
39
+
40
+
41
+
42
+ - **Homepage:** [More Information Needed]
43
+ - **Paper:** [More Information Needed]
44
+ - **License:** apache-2.0
45
+
46
+ ## Dataset Structure
47
+
48
+ [meta/info.json](meta/info.json):
49
+ ```json
50
+ {
51
+ "codebase_version": "v2.0",
52
+ "robot_type": "aloha",
53
+ "total_episodes": 400,
54
+ "total_frames": 288007,
55
+ "total_tasks": 15,
56
+ "total_videos": 1200,
57
+ "total_chunks": 1,
58
+ "chunks_size": 1000,
59
+ "fps": 30,
60
+ "splits": {
61
+ "train": "0:400"
62
+ },
63
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
64
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
65
+ "features": {
66
+ "observation.state": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 14
70
+ ],
71
+ "names": {
72
+ "motors": [
73
+ "right_waist",
74
+ "right_shoulder",
75
+ "right_elbow",
76
+ "right_forearm_roll",
77
+ "right_wrist_angle",
78
+ "right_wrist_rotate",
79
+ "right_gripper",
80
+ "left_waist",
81
+ "left_shoulder",
82
+ "left_elbow",
83
+ "left_forearm_roll",
84
+ "left_wrist_angle",
85
+ "left_wrist_rotate",
86
+ "left_gripper"
87
+ ]
88
+ }
89
+ },
90
+ "action": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 14
94
+ ],
95
+ "names": {
96
+ "motors": [
97
+ "right_waist",
98
+ "right_shoulder",
99
+ "right_elbow",
100
+ "right_forearm_roll",
101
+ "right_wrist_angle",
102
+ "right_wrist_rotate",
103
+ "right_gripper",
104
+ "left_waist",
105
+ "left_shoulder",
106
+ "left_elbow",
107
+ "left_forearm_roll",
108
+ "left_wrist_angle",
109
+ "left_wrist_rotate",
110
+ "left_gripper"
111
+ ]
112
+ }
113
+ },
114
+ "task_index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "observation.images.cam_high": {
122
+ "dtype": "video",
123
+ "shape": [
124
+ 3,
125
+ 480,
126
+ 640
127
+ ],
128
+ "names": [
129
+ "channels",
130
+ "height",
131
+ "width"
132
+ ],
133
+ "info": {
134
+ "video.fps": 30.0,
135
+ "video.height": 720,
136
+ "video.width": 1280,
137
+ "video.channels": 3,
138
+ "video.codec": "h264",
139
+ "video.pix_fmt": "yuv420p",
140
+ "video.is_depth_map": false,
141
+ "has_audio": false
142
+ }
143
+ },
144
+ "observation.images.cam_left_wrist": {
145
+ "dtype": "video",
146
+ "shape": [
147
+ 3,
148
+ 480,
149
+ 640
150
+ ],
151
+ "names": [
152
+ "channels",
153
+ "height",
154
+ "width"
155
+ ],
156
+ "info": {
157
+ "video.fps": 30.0,
158
+ "video.height": 480,
159
+ "video.width": 640,
160
+ "video.channels": 3,
161
+ "video.codec": "h264",
162
+ "video.pix_fmt": "yuv420p",
163
+ "video.is_depth_map": false,
164
+ "has_audio": false
165
+ }
166
+ },
167
+ "observation.images.cam_right_wrist": {
168
+ "dtype": "video",
169
+ "shape": [
170
+ 3,
171
+ 480,
172
+ 640
173
+ ],
174
+ "names": [
175
+ "channels",
176
+ "height",
177
+ "width"
178
+ ],
179
+ "info": {
180
+ "video.fps": 30.0,
181
+ "video.height": 480,
182
+ "video.width": 640,
183
+ "video.channels": 3,
184
+ "video.codec": "h264",
185
+ "video.pix_fmt": "yuv420p",
186
+ "video.is_depth_map": false,
187
+ "has_audio": false
188
+ }
189
+ },
190
+ "timestamp": {
191
+ "dtype": "float32",
192
+ "shape": [
193
+ 1
194
+ ],
195
+ "names": null
196
+ },
197
+ "frame_index": {
198
+ "dtype": "int64",
199
+ "shape": [
200
+ 1
201
+ ],
202
+ "names": null
203
+ },
204
+ "episode_index": {
205
+ "dtype": "int64",
206
+ "shape": [
207
+ 1
208
+ ],
209
+ "names": null
210
+ },
211
+ "index": {
212
+ "dtype": "int64",
213
+ "shape": [
214
+ 1
215
+ ],
216
+ "names": null
217
+ }
218
+ }
219
+ }
220
+ ```
221
+
222
+
223
+ ## Citation
224
+
225
+ **BibTeX:**
226
+
227
+ ```bibtex
228
+ [More Information Needed]
229
+ ```