eunjuri commited on
Commit
382cfe6
·
verified ·
1 Parent(s): 6670805

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +239 -0
README.md ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Unitree_G1_Inspire",
29
+ "total_episodes": 0,
30
+ "total_frames": 0,
31
+ "total_tasks": 0,
32
+ "total_videos": 0,
33
+ "total_chunks": 0,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {},
37
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
38
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
39
+ "features": {
40
+ "observation.state": {
41
+ "dtype": "float32",
42
+ "shape": [
43
+ 68
44
+ ],
45
+ "names": [
46
+ [
47
+ "kLeftShoulderPitch",
48
+ "kLeftShoulderRoll",
49
+ "kLeftShoulderYaw",
50
+ "kLeftElbow",
51
+ "kLeftWristRoll",
52
+ "kLeftWristPitch",
53
+ "kLeftWristYaw",
54
+ "kLeftHandPinky",
55
+ "kLeftHandRing",
56
+ "kLeftHandMiddle",
57
+ "kLeftHandIndex",
58
+ "kLeftHandThumbBend",
59
+ "kLeftHandThumbRotation",
60
+ "kRightShoulderPitch",
61
+ "kRightShoulderRoll",
62
+ "kRightShoulderYaw",
63
+ "kRightElbow",
64
+ "kRightWristRoll",
65
+ "kRightWristPitch",
66
+ "kRightWristYaw",
67
+ "kRightHandPinky",
68
+ "kRightHandRing",
69
+ "kRightHandMiddle",
70
+ "kRightHandIndex",
71
+ "kRightHandThumbBend",
72
+ "kRightHandThumbRotation"
73
+ ],
74
+ "left_tactile_little_finger_tip",
75
+ "left_tactile_little_finger_nail",
76
+ "left_tactile_little_finger_pad",
77
+ "left_tactile_ring_finger_tip",
78
+ "left_tactile_ring_finger_nail",
79
+ "left_tactile_ring_finger_pad",
80
+ "left_tactile_middle_finger_tip",
81
+ "left_tactile_middle_finger_nail",
82
+ "left_tactile_middle_finger_pad",
83
+ "left_tactile_index_finger_tip",
84
+ "left_tactile_index_finger_nail",
85
+ "left_tactile_index_finger_pad",
86
+ "left_tactile_thumb_tip",
87
+ "left_tactile_thumb_nail",
88
+ "left_tactile_thumb_middle",
89
+ "left_tactile_thumb_pad",
90
+ "left_tactile_little_knuckle",
91
+ "left_tactile_ring_knuckle",
92
+ "left_tactile_middle_knuckle",
93
+ "left_tactile_index_knuckle",
94
+ "left_tactile_palm",
95
+ "right_tactile_little_finger_tip",
96
+ "right_tactile_little_finger_nail",
97
+ "right_tactile_little_finger_pad",
98
+ "right_tactile_ring_finger_tip",
99
+ "right_tactile_ring_finger_nail",
100
+ "right_tactile_ring_finger_pad",
101
+ "right_tactile_middle_finger_tip",
102
+ "right_tactile_middle_finger_nail",
103
+ "right_tactile_middle_finger_pad",
104
+ "right_tactile_index_finger_tip",
105
+ "right_tactile_index_finger_nail",
106
+ "right_tactile_index_finger_pad",
107
+ "right_tactile_thumb_tip",
108
+ "right_tactile_thumb_nail",
109
+ "right_tactile_thumb_middle",
110
+ "right_tactile_thumb_pad",
111
+ "right_tactile_little_knuckle",
112
+ "right_tactile_ring_knuckle",
113
+ "right_tactile_middle_knuckle",
114
+ "right_tactile_index_knuckle",
115
+ "right_tactile_palm"
116
+ ]
117
+ },
118
+ "action": {
119
+ "dtype": "float32",
120
+ "shape": [
121
+ 26
122
+ ],
123
+ "names": [
124
+ [
125
+ "kLeftShoulderPitch",
126
+ "kLeftShoulderRoll",
127
+ "kLeftShoulderYaw",
128
+ "kLeftElbow",
129
+ "kLeftWristRoll",
130
+ "kLeftWristPitch",
131
+ "kLeftWristYaw",
132
+ "kLeftHandPinky",
133
+ "kLeftHandRing",
134
+ "kLeftHandMiddle",
135
+ "kLeftHandIndex",
136
+ "kLeftHandThumbBend",
137
+ "kLeftHandThumbRotation",
138
+ "kRightShoulderPitch",
139
+ "kRightShoulderRoll",
140
+ "kRightShoulderYaw",
141
+ "kRightElbow",
142
+ "kRightWristRoll",
143
+ "kRightWristPitch",
144
+ "kRightWristYaw",
145
+ "kRightHandPinky",
146
+ "kRightHandRing",
147
+ "kRightHandMiddle",
148
+ "kRightHandIndex",
149
+ "kRightHandThumbBend",
150
+ "kRightHandThumbRotation"
151
+ ]
152
+ ]
153
+ },
154
+ "observation.images.cam_left_high": {
155
+ "dtype": "video",
156
+ "shape": [
157
+ 3,
158
+ 480,
159
+ 848
160
+ ],
161
+ "names": [
162
+ "channels",
163
+ "height",
164
+ "width"
165
+ ]
166
+ },
167
+ "observation.images.cam_third": {
168
+ "dtype": "video",
169
+ "shape": [
170
+ 3,
171
+ 480,
172
+ 640
173
+ ],
174
+ "names": [
175
+ "channels",
176
+ "height",
177
+ "width"
178
+ ]
179
+ },
180
+ "observation.images.carpet_0": {
181
+ "dtype": "image",
182
+ "shape": [
183
+ 3,
184
+ 32,
185
+ 32
186
+ ],
187
+ "names": [
188
+ "channels",
189
+ "height",
190
+ "width"
191
+ ]
192
+ },
193
+ "timestamp": {
194
+ "dtype": "float32",
195
+ "shape": [
196
+ 1
197
+ ],
198
+ "names": null
199
+ },
200
+ "frame_index": {
201
+ "dtype": "int64",
202
+ "shape": [
203
+ 1
204
+ ],
205
+ "names": null
206
+ },
207
+ "episode_index": {
208
+ "dtype": "int64",
209
+ "shape": [
210
+ 1
211
+ ],
212
+ "names": null
213
+ },
214
+ "index": {
215
+ "dtype": "int64",
216
+ "shape": [
217
+ 1
218
+ ],
219
+ "names": null
220
+ },
221
+ "task_index": {
222
+ "dtype": "int64",
223
+ "shape": [
224
+ 1
225
+ ],
226
+ "names": null
227
+ }
228
+ }
229
+ }
230
+ ```
231
+
232
+
233
+ ## Citation
234
+
235
+ **BibTeX:**
236
+
237
+ ```bibtex
238
+ [More Information Needed]
239
+ ```