HuaihaiLyu commited on
Commit
5ba4d0c
·
verified ·
1 Parent(s): b69c688

Upload README.md with huggingface_hub

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