eunjuri commited on
Commit
d4ed76b
·
verified ·
1 Parent(s): a16829a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +201 -0
README.md ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 26491,
31
+ "total_tasks": 1,
32
+ "total_videos": 82,
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
+ "timestamp": {
156
+ "dtype": "float32",
157
+ "shape": [
158
+ 1
159
+ ],
160
+ "names": null
161
+ },
162
+ "frame_index": {
163
+ "dtype": "int64",
164
+ "shape": [
165
+ 1
166
+ ],
167
+ "names": null
168
+ },
169
+ "episode_index": {
170
+ "dtype": "int64",
171
+ "shape": [
172
+ 1
173
+ ],
174
+ "names": null
175
+ },
176
+ "index": {
177
+ "dtype": "int64",
178
+ "shape": [
179
+ 1
180
+ ],
181
+ "names": null
182
+ },
183
+ "task_index": {
184
+ "dtype": "int64",
185
+ "shape": [
186
+ 1
187
+ ],
188
+ "names": null
189
+ }
190
+ }
191
+ }
192
+ ```
193
+
194
+
195
+ ## Citation
196
+
197
+ **BibTeX:**
198
+
199
+ ```bibtex
200
+ [More Information Needed]
201
+ ```