nepyope commited on
Commit
8688639
·
verified ·
1 Parent(s): 02118c0

Upload README.md with huggingface_hub

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