nepyope commited on
Commit
5896b5e
·
verified ·
1 Parent(s): 72cbdd3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +185 -0
README.md ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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",
29
+ "total_episodes": 2,
30
+ "total_frames": 282,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:2"
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
+ "action": {
43
+ "dtype": "float32",
44
+ "names": [
45
+ "kLeftHipPitch.q",
46
+ "kLeftHipRoll.q",
47
+ "kLeftHipYaw.q",
48
+ "kLeftKnee.q",
49
+ "kLeftAnklePitch.q",
50
+ "kLeftAnkleRoll.q",
51
+ "kRightHipPitch.q",
52
+ "kRightHipRoll.q",
53
+ "kRightHipYaw.q",
54
+ "kRightKnee.q",
55
+ "kRightAnklePitch.q",
56
+ "kRightAnkleRoll.q",
57
+ "kWaistYaw.q",
58
+ "kWaistRoll.q",
59
+ "kWaistPitch.q",
60
+ "kLeftShoulderPitch.q",
61
+ "kLeftShoulderRoll.q",
62
+ "kLeftShoulderYaw.q",
63
+ "kLeftElbow.q",
64
+ "kLeftWristRoll.q",
65
+ "kLeftWristPitch.q",
66
+ "kLeftWristyaw.q",
67
+ "kRightShoulderPitch.q",
68
+ "kRightShoulderRoll.q",
69
+ "kRightShoulderYaw.q",
70
+ "kRightElbow.q",
71
+ "kRightWristRoll.q",
72
+ "kRightWristPitch.q",
73
+ "kRightWristYaw.q"
74
+ ],
75
+ "shape": [
76
+ 29
77
+ ]
78
+ },
79
+ "observation.state": {
80
+ "dtype": "float32",
81
+ "names": [
82
+ "kLeftHipPitch.q",
83
+ "kLeftHipRoll.q",
84
+ "kLeftHipYaw.q",
85
+ "kLeftKnee.q",
86
+ "kLeftAnklePitch.q",
87
+ "kLeftAnkleRoll.q",
88
+ "kRightHipPitch.q",
89
+ "kRightHipRoll.q",
90
+ "kRightHipYaw.q",
91
+ "kRightKnee.q",
92
+ "kRightAnklePitch.q",
93
+ "kRightAnkleRoll.q",
94
+ "kWaistYaw.q",
95
+ "kWaistRoll.q",
96
+ "kWaistPitch.q",
97
+ "kLeftShoulderPitch.q",
98
+ "kLeftShoulderRoll.q",
99
+ "kLeftShoulderYaw.q",
100
+ "kLeftElbow.q",
101
+ "kLeftWristRoll.q",
102
+ "kLeftWristPitch.q",
103
+ "kLeftWristyaw.q",
104
+ "kRightShoulderPitch.q",
105
+ "kRightShoulderRoll.q",
106
+ "kRightShoulderYaw.q",
107
+ "kRightElbow.q",
108
+ "kRightWristRoll.q",
109
+ "kRightWristPitch.q",
110
+ "kRightWristYaw.q"
111
+ ],
112
+ "shape": [
113
+ 29
114
+ ]
115
+ },
116
+ "observation.images.global_view": {
117
+ "dtype": "video",
118
+ "shape": [
119
+ 480,
120
+ 640,
121
+ 3
122
+ ],
123
+ "names": [
124
+ "height",
125
+ "width",
126
+ "channels"
127
+ ],
128
+ "info": {
129
+ "video.height": 480,
130
+ "video.width": 640,
131
+ "video.codec": "av1",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "video.fps": 30,
135
+ "video.channels": 3,
136
+ "has_audio": false
137
+ }
138
+ },
139
+ "timestamp": {
140
+ "dtype": "float32",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": null
145
+ },
146
+ "frame_index": {
147
+ "dtype": "int64",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "names": null
152
+ },
153
+ "episode_index": {
154
+ "dtype": "int64",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "names": null
159
+ },
160
+ "index": {
161
+ "dtype": "int64",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null
166
+ },
167
+ "task_index": {
168
+ "dtype": "int64",
169
+ "shape": [
170
+ 1
171
+ ],
172
+ "names": null
173
+ }
174
+ }
175
+ }
176
+ ```
177
+
178
+
179
+ ## Citation
180
+
181
+ **BibTeX:**
182
+
183
+ ```bibtex
184
+ [More Information Needed]
185
+ ```