HuaihaiLyu commited on
Commit
6bc1804
·
verified ·
1 Parent(s): beb5b5c

Upload README.md with huggingface_hub

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