guatian111 commited on
Commit
d68f841
·
verified ·
1 Parent(s): 9ba19e9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +217 -0
README.md ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - LeRobot
8
+ - unitree
9
+ - robotics
10
+ - manipulation
11
+ - unified-format
12
+ configs:
13
+ - config_name: default
14
+ data_files: data/*/*.parquet
15
+ ---
16
+
17
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
18
+
19
+ ## Dataset Description
20
+
21
+
22
+
23
+ - **Homepage:** [More Information Needed]
24
+ - **Paper:** [More Information Needed]
25
+ - **License:** apache-2.0
26
+
27
+ ## Dataset Structure
28
+
29
+ [meta/info.json](meta/info.json):
30
+ ```json
31
+ {
32
+ "codebase_version": "v2.1",
33
+ "robot_type": "unitree",
34
+ "total_episodes": 1,
35
+ "total_frames": 120,
36
+ "total_tasks": 1,
37
+ "total_videos": 0,
38
+ "total_chunks": 1,
39
+ "chunks_size": 1000,
40
+ "fps": 60,
41
+ "splits": {
42
+ "train": "0:1"
43
+ },
44
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
45
+ "video_path": null,
46
+ "features": {
47
+ "observation.images.color_0": {
48
+ "dtype": "image",
49
+ "shape": [
50
+ 480,
51
+ 640,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ]
59
+ },
60
+ "observation.images.color_1": {
61
+ "dtype": "image",
62
+ "shape": [
63
+ 480,
64
+ 640,
65
+ 3
66
+ ],
67
+ "names": [
68
+ "height",
69
+ "width",
70
+ "channels"
71
+ ]
72
+ },
73
+ "observation.images.color_2": {
74
+ "dtype": "image",
75
+ "shape": [
76
+ 480,
77
+ 640,
78
+ 3
79
+ ],
80
+ "names": [
81
+ "height",
82
+ "width",
83
+ "channels"
84
+ ]
85
+ },
86
+ "observation.images.color_3": {
87
+ "dtype": "image",
88
+ "shape": [
89
+ 480,
90
+ 640,
91
+ 3
92
+ ],
93
+ "names": [
94
+ "height",
95
+ "width",
96
+ "channels"
97
+ ]
98
+ },
99
+ "observation.state": {
100
+ "dtype": "float32",
101
+ "shape": [
102
+ 28
103
+ ],
104
+ "names": [
105
+ "left_arm_joint_0",
106
+ "left_arm_joint_1",
107
+ "left_arm_joint_2",
108
+ "left_arm_joint_3",
109
+ "left_arm_joint_4",
110
+ "left_arm_joint_5",
111
+ "left_arm_joint_6",
112
+ "left_ee_joint_0",
113
+ "left_ee_joint_1",
114
+ "left_ee_joint_2",
115
+ "left_ee_joint_3",
116
+ "left_ee_joint_4",
117
+ "left_ee_joint_5",
118
+ "left_ee_joint_6",
119
+ "right_arm_joint_0",
120
+ "right_arm_joint_1",
121
+ "right_arm_joint_2",
122
+ "right_arm_joint_3",
123
+ "right_arm_joint_4",
124
+ "right_arm_joint_5",
125
+ "right_arm_joint_6",
126
+ "right_ee_joint_0",
127
+ "right_ee_joint_1",
128
+ "right_ee_joint_2",
129
+ "right_ee_joint_3",
130
+ "right_ee_joint_4",
131
+ "right_ee_joint_5",
132
+ "right_ee_joint_6"
133
+ ]
134
+ },
135
+ "action": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 28
139
+ ],
140
+ "names": [
141
+ "left_arm_action_0",
142
+ "left_arm_action_1",
143
+ "left_arm_action_2",
144
+ "left_arm_action_3",
145
+ "left_arm_action_4",
146
+ "left_arm_action_5",
147
+ "left_arm_action_6",
148
+ "left_ee_action_0",
149
+ "left_ee_action_1",
150
+ "left_ee_action_2",
151
+ "left_ee_action_3",
152
+ "left_ee_action_4",
153
+ "left_ee_action_5",
154
+ "left_ee_action_6",
155
+ "right_arm_action_0",
156
+ "right_arm_action_1",
157
+ "right_arm_action_2",
158
+ "right_arm_action_3",
159
+ "right_arm_action_4",
160
+ "right_arm_action_5",
161
+ "right_arm_action_6",
162
+ "right_ee_action_0",
163
+ "right_ee_action_1",
164
+ "right_ee_action_2",
165
+ "right_ee_action_3",
166
+ "right_ee_action_4",
167
+ "right_ee_action_5",
168
+ "right_ee_action_6"
169
+ ]
170
+ },
171
+ "timestamp": {
172
+ "dtype": "float32",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": null
177
+ },
178
+ "frame_index": {
179
+ "dtype": "int64",
180
+ "shape": [
181
+ 1
182
+ ],
183
+ "names": null
184
+ },
185
+ "episode_index": {
186
+ "dtype": "int64",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "names": null
191
+ },
192
+ "index": {
193
+ "dtype": "int64",
194
+ "shape": [
195
+ 1
196
+ ],
197
+ "names": null
198
+ },
199
+ "task_index": {
200
+ "dtype": "int64",
201
+ "shape": [
202
+ 1
203
+ ],
204
+ "names": null
205
+ }
206
+ }
207
+ }
208
+ ```
209
+
210
+
211
+ ## Citation
212
+
213
+ **BibTeX:**
214
+
215
+ ```bibtex
216
+ [More Information Needed]
217
+ ```