Henry-Ellis commited on
Commit
7dfb97c
·
verified ·
1 Parent(s): 690738f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +210 -0
README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_Dex3",
29
+ "total_episodes": 199,
30
+ "total_frames": 113592,
31
+ "total_tasks": 1,
32
+ "total_videos": 796,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:199"
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
+ 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_right_high": {
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
+ "timestamp": {
165
+ "dtype": "float32",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null
170
+ },
171
+ "frame_index": {
172
+ "dtype": "int64",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": null
177
+ },
178
+ "episode_index": {
179
+ "dtype": "int64",
180
+ "shape": [
181
+ 1
182
+ ],
183
+ "names": null
184
+ },
185
+ "index": {
186
+ "dtype": "int64",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "names": null
191
+ },
192
+ "task_index": {
193
+ "dtype": "int64",
194
+ "shape": [
195
+ 1
196
+ ],
197
+ "names": null
198
+ }
199
+ }
200
+ }
201
+ ```
202
+
203
+
204
+ ## Citation
205
+
206
+ **BibTeX:**
207
+
208
+ ```bibtex
209
+ [More Information Needed]
210
+ ```