yangyangfu commited on
Commit
93709d9
·
verified ·
1 Parent(s): 48d6884

Upload README.md with huggingface_hub

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