wonjun-lts commited on
Commit
b19a5ee
·
verified ·
1 Parent(s): 5e88db6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +233 -0
README.md ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "v3.0",
28
+ "robot_type": "Unitree_G1_Dex3_Sim",
29
+ "total_episodes": 20,
30
+ "total_frames": 26062,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 500,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:20"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "observation.state": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 28
46
+ ],
47
+ "names": [
48
+ [
49
+ "kLeftShoulderPitch",
50
+ "kLeftShoulderRoll",
51
+ "kLeftShoulderYaw",
52
+ "kLeftElbow",
53
+ "kLeftWristRoll",
54
+ "kLeftWristPitch",
55
+ "kLeftWristYaw",
56
+ "kRightShoulderPitch",
57
+ "kRightShoulderRoll",
58
+ "kRightShoulderYaw",
59
+ "kRightElbow",
60
+ "kRightWristRoll",
61
+ "kRightWristPitch",
62
+ "kRightWristYaw",
63
+ "kLeftHandThumb0",
64
+ "kLeftHandThumb1",
65
+ "kLeftHandThumb2",
66
+ "kLeftHandMiddle0",
67
+ "kLeftHandMiddle1",
68
+ "kLeftHandIndex0",
69
+ "kLeftHandIndex1",
70
+ "kRightHandThumb0",
71
+ "kRightHandThumb1",
72
+ "kRightHandThumb2",
73
+ "kRightHandIndex0",
74
+ "kRightHandIndex1",
75
+ "kRightHandMiddle0",
76
+ "kRightHandMiddle1"
77
+ ]
78
+ ]
79
+ },
80
+ "action": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 28
84
+ ],
85
+ "names": [
86
+ [
87
+ "kLeftShoulderPitch",
88
+ "kLeftShoulderRoll",
89
+ "kLeftShoulderYaw",
90
+ "kLeftElbow",
91
+ "kLeftWristRoll",
92
+ "kLeftWristPitch",
93
+ "kLeftWristYaw",
94
+ "kRightShoulderPitch",
95
+ "kRightShoulderRoll",
96
+ "kRightShoulderYaw",
97
+ "kRightElbow",
98
+ "kRightWristRoll",
99
+ "kRightWristPitch",
100
+ "kRightWristYaw",
101
+ "kLeftHandThumb0",
102
+ "kLeftHandThumb1",
103
+ "kLeftHandThumb2",
104
+ "kLeftHandMiddle0",
105
+ "kLeftHandMiddle1",
106
+ "kLeftHandIndex0",
107
+ "kLeftHandIndex1",
108
+ "kRightHandThumb0",
109
+ "kRightHandThumb1",
110
+ "kRightHandThumb2",
111
+ "kRightHandIndex0",
112
+ "kRightHandIndex1",
113
+ "kRightHandMiddle0",
114
+ "kRightHandMiddle1"
115
+ ]
116
+ ]
117
+ },
118
+ "observation.images.cam_left_high": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 480,
122
+ 640,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channel"
129
+ ],
130
+ "info": {
131
+ "video.height": 480,
132
+ "video.width": 640,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 30,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.cam_left_wrist": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 480,
145
+ 640,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channel"
152
+ ],
153
+ "info": {
154
+ "video.height": 480,
155
+ "video.width": 640,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 30,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "observation.images.cam_right_wrist": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 480,
168
+ 640,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "height",
173
+ "width",
174
+ "channel"
175
+ ],
176
+ "info": {
177
+ "video.height": 480,
178
+ "video.width": 640,
179
+ "video.codec": "av1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "video.fps": 30,
183
+ "video.channels": 3,
184
+ "has_audio": false
185
+ }
186
+ },
187
+ "timestamp": {
188
+ "dtype": "float32",
189
+ "shape": [
190
+ 1
191
+ ],
192
+ "names": null
193
+ },
194
+ "frame_index": {
195
+ "dtype": "int64",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null
200
+ },
201
+ "episode_index": {
202
+ "dtype": "int64",
203
+ "shape": [
204
+ 1
205
+ ],
206
+ "names": null
207
+ },
208
+ "index": {
209
+ "dtype": "int64",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": null
214
+ },
215
+ "task_index": {
216
+ "dtype": "int64",
217
+ "shape": [
218
+ 1
219
+ ],
220
+ "names": null
221
+ }
222
+ }
223
+ }
224
+ ```
225
+
226
+
227
+ ## Citation
228
+
229
+ **BibTeX:**
230
+
231
+ ```bibtex
232
+ [More Information Needed]
233
+ ```