eunjuri commited on
Commit
e33050e
·
verified ·
1 Parent(s): 5234a99

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +224 -0
README.md ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 82,
30
+ "total_frames": 30756,
31
+ "total_tasks": 1,
32
+ "total_videos": 164,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:82"
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
+ "observation.state": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 26
46
+ ],
47
+ "names": [
48
+ [
49
+ "kLeftShoulderPitch",
50
+ "kLeftShoulderRoll",
51
+ "kLeftShoulderYaw",
52
+ "kLeftElbow",
53
+ "kLeftWristRoll",
54
+ "kLeftWristPitch",
55
+ "kLeftWristYaw",
56
+ "kLeftHandPinky",
57
+ "kLeftHandRing",
58
+ "kLeftHandMiddle",
59
+ "kLeftHandIndex",
60
+ "kLeftHandThumbBend",
61
+ "kLeftHandThumbRotation",
62
+ "kRightShoulderPitch",
63
+ "kRightShoulderRoll",
64
+ "kRightShoulderYaw",
65
+ "kRightElbow",
66
+ "kRightWristRoll",
67
+ "kRightWristPitch",
68
+ "kRightWristYaw",
69
+ "kRightHandPinky",
70
+ "kRightHandRing",
71
+ "kRightHandMiddle",
72
+ "kRightHandIndex",
73
+ "kRightHandThumbBend",
74
+ "kRightHandThumbRotation"
75
+ ]
76
+ ]
77
+ },
78
+ "action": {
79
+ "dtype": "float32",
80
+ "shape": [
81
+ 26
82
+ ],
83
+ "names": [
84
+ [
85
+ "kLeftShoulderPitch",
86
+ "kLeftShoulderRoll",
87
+ "kLeftShoulderYaw",
88
+ "kLeftElbow",
89
+ "kLeftWristRoll",
90
+ "kLeftWristPitch",
91
+ "kLeftWristYaw",
92
+ "kLeftHandPinky",
93
+ "kLeftHandRing",
94
+ "kLeftHandMiddle",
95
+ "kLeftHandIndex",
96
+ "kLeftHandThumbBend",
97
+ "kLeftHandThumbRotation",
98
+ "kRightShoulderPitch",
99
+ "kRightShoulderRoll",
100
+ "kRightShoulderYaw",
101
+ "kRightElbow",
102
+ "kRightWristRoll",
103
+ "kRightWristPitch",
104
+ "kRightWristYaw",
105
+ "kRightHandPinky",
106
+ "kRightHandRing",
107
+ "kRightHandMiddle",
108
+ "kRightHandIndex",
109
+ "kRightHandThumbBend",
110
+ "kRightHandThumbRotation"
111
+ ]
112
+ ]
113
+ },
114
+ "observation.language.tokens": {
115
+ "dtype": "int32",
116
+ "shape": [
117
+ 48
118
+ ],
119
+ "names": [
120
+ "seq"
121
+ ]
122
+ },
123
+ "observation.language.attention_mask": {
124
+ "dtype": "int8",
125
+ "shape": [
126
+ 48
127
+ ],
128
+ "names": [
129
+ "seq"
130
+ ]
131
+ },
132
+ "observation.images.cam_left_high": {
133
+ "dtype": "video",
134
+ "shape": [
135
+ 3,
136
+ 480,
137
+ 848
138
+ ],
139
+ "names": [
140
+ "channels",
141
+ "height",
142
+ "width"
143
+ ],
144
+ "info": {
145
+ "video.fps": 30.0,
146
+ "video.height": 480,
147
+ "video.width": 848,
148
+ "video.channels": 3,
149
+ "video.codec": "av1",
150
+ "video.pix_fmt": "yuv420p",
151
+ "video.is_depth_map": false,
152
+ "has_audio": false
153
+ }
154
+ },
155
+ "observation.depths.cam_left_high": {
156
+ "dtype": "video",
157
+ "shape": [
158
+ 3,
159
+ 480,
160
+ 848
161
+ ],
162
+ "names": [
163
+ "channels",
164
+ "height",
165
+ "width"
166
+ ],
167
+ "info": {
168
+ "video.fps": 30.0,
169
+ "video.height": 480,
170
+ "video.width": 848,
171
+ "video.channels": 3,
172
+ "video.codec": "av1",
173
+ "video.pix_fmt": "yuv420p",
174
+ "video.is_depth_map": false,
175
+ "has_audio": false
176
+ }
177
+ },
178
+ "timestamp": {
179
+ "dtype": "float32",
180
+ "shape": [
181
+ 1
182
+ ],
183
+ "names": null
184
+ },
185
+ "frame_index": {
186
+ "dtype": "int64",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "names": null
191
+ },
192
+ "episode_index": {
193
+ "dtype": "int64",
194
+ "shape": [
195
+ 1
196
+ ],
197
+ "names": null
198
+ },
199
+ "index": {
200
+ "dtype": "int64",
201
+ "shape": [
202
+ 1
203
+ ],
204
+ "names": null
205
+ },
206
+ "task_index": {
207
+ "dtype": "int64",
208
+ "shape": [
209
+ 1
210
+ ],
211
+ "names": null
212
+ }
213
+ }
214
+ }
215
+ ```
216
+
217
+
218
+ ## Citation
219
+
220
+ **BibTeX:**
221
+
222
+ ```bibtex
223
+ [More Information Needed]
224
+ ```