BrunoM42 commited on
Commit
37ae586
·
verified ·
1 Parent(s): 4b6abe8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +206 -0
README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 50,
30
+ "total_frames": 13163,
31
+ "total_tasks": 1,
32
+ "total_videos": 100,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:50"
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
+ "kRightShoulderPitch",
57
+ "kRightShoulderRoll",
58
+ "kRightShoulderYaw",
59
+ "kRightElbow",
60
+ "kRightWristRoll",
61
+ "kRightWristPitch",
62
+ "kRightWristYaw",
63
+ "kLeftHandThumb0",
64
+ "kLeftHandThumb1",
65
+ "kLeftHandIndex0",
66
+ "kLeftHandMiddle0",
67
+ "kLeftHandRing0",
68
+ "kLeftHandLittle0",
69
+ "kRightHandThumb0",
70
+ "kRightHandThumb1",
71
+ "kRightHandIndex0",
72
+ "kRightHandMiddle0",
73
+ "kRightHandRing0",
74
+ "kRightHandLittle0"
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
+ "kRightShoulderPitch",
93
+ "kRightShoulderRoll",
94
+ "kRightShoulderYaw",
95
+ "kRightElbow",
96
+ "kRightWristRoll",
97
+ "kRightWristPitch",
98
+ "kRightWristYaw",
99
+ "kLeftHandThumb0",
100
+ "kLeftHandThumb1",
101
+ "kLeftHandIndex0",
102
+ "kLeftHandMiddle0",
103
+ "kLeftHandRing0",
104
+ "kLeftHandLittle0",
105
+ "kRightHandThumb0",
106
+ "kRightHandThumb1",
107
+ "kRightHandIndex0",
108
+ "kRightHandMiddle0",
109
+ "kRightHandRing0",
110
+ "kRightHandLittle0"
111
+ ]
112
+ ]
113
+ },
114
+ "observation.images.cam_exterior": {
115
+ "dtype": "video",
116
+ "shape": [
117
+ 3,
118
+ 480,
119
+ 640
120
+ ],
121
+ "names": [
122
+ "channels",
123
+ "height",
124
+ "width"
125
+ ],
126
+ "info": {
127
+ "video.height": 480,
128
+ "video.width": 640,
129
+ "video.codec": "av1",
130
+ "video.pix_fmt": "yuv420p",
131
+ "video.is_depth_map": false,
132
+ "video.fps": 30,
133
+ "video.channels": 3,
134
+ "has_audio": false
135
+ }
136
+ },
137
+ "observation.images.cam_head": {
138
+ "dtype": "video",
139
+ "shape": [
140
+ 3,
141
+ 480,
142
+ 640
143
+ ],
144
+ "names": [
145
+ "channels",
146
+ "height",
147
+ "width"
148
+ ],
149
+ "info": {
150
+ "video.height": 480,
151
+ "video.width": 640,
152
+ "video.codec": "av1",
153
+ "video.pix_fmt": "yuv420p",
154
+ "video.is_depth_map": false,
155
+ "video.fps": 30,
156
+ "video.channels": 3,
157
+ "has_audio": false
158
+ }
159
+ },
160
+ "timestamp": {
161
+ "dtype": "float32",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null
166
+ },
167
+ "frame_index": {
168
+ "dtype": "int64",
169
+ "shape": [
170
+ 1
171
+ ],
172
+ "names": null
173
+ },
174
+ "episode_index": {
175
+ "dtype": "int64",
176
+ "shape": [
177
+ 1
178
+ ],
179
+ "names": null
180
+ },
181
+ "index": {
182
+ "dtype": "int64",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": null
187
+ },
188
+ "task_index": {
189
+ "dtype": "int64",
190
+ "shape": [
191
+ 1
192
+ ],
193
+ "names": null
194
+ }
195
+ }
196
+ }
197
+ ```
198
+
199
+
200
+ ## Citation
201
+
202
+ **BibTeX:**
203
+
204
+ ```bibtex
205
+ [More Information Needed]
206
+ ```