HuaihaiLyu commited on
Commit
170e32a
·
verified ·
1 Parent(s): 8535413

Upload README.md with huggingface_hub

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