k1000dai commited on
Commit
c5ccd26
·
verified ·
1 Parent(s): 56c5d01

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +213 -0
README.md ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "lekiwi_client",
29
+ "total_episodes": 1,
30
+ "total_frames": 600,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
+ "fps": 10,
36
+ "splits": {
37
+ "train": "0:1"
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
+ "shape": [
45
+ 20
46
+ ],
47
+ "names": [
48
+ "arm_left_joint0.pos",
49
+ "arm_left_joint1.pos",
50
+ "arm_left_joint2.pos",
51
+ "arm_left_joint3.pos",
52
+ "arm_left_joint4.pos",
53
+ "arm_left_joint5.pos",
54
+ "arm_left_joint6.pos",
55
+ "arm_left_gripper.pos",
56
+ "arm_right_joint0.pos",
57
+ "arm_right_joint1.pos",
58
+ "arm_right_joint2.pos",
59
+ "arm_right_joint3.pos",
60
+ "arm_right_joint4.pos",
61
+ "arm_right_joint5.pos",
62
+ "arm_right_joint6.pos",
63
+ "arm_right_gripper.pos",
64
+ "x.vel",
65
+ "y.vel",
66
+ "theta.vel",
67
+ "lift_axis.height_mm"
68
+ ]
69
+ },
70
+ "observation.state": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 20
74
+ ],
75
+ "names": [
76
+ "arm_left_joint0.pos",
77
+ "arm_left_joint1.pos",
78
+ "arm_left_joint2.pos",
79
+ "arm_left_joint3.pos",
80
+ "arm_left_joint4.pos",
81
+ "arm_left_joint5.pos",
82
+ "arm_left_joint6.pos",
83
+ "arm_left_gripper.pos",
84
+ "arm_right_joint0.pos",
85
+ "arm_right_joint1.pos",
86
+ "arm_right_joint2.pos",
87
+ "arm_right_joint3.pos",
88
+ "arm_right_joint4.pos",
89
+ "arm_right_joint5.pos",
90
+ "arm_right_joint6.pos",
91
+ "arm_right_gripper.pos",
92
+ "x.vel",
93
+ "y.vel",
94
+ "theta.vel",
95
+ "lift_axis.height_mm"
96
+ ]
97
+ },
98
+ "observation.images.head_top": {
99
+ "dtype": "video",
100
+ "shape": [
101
+ 480,
102
+ 640,
103
+ 3
104
+ ],
105
+ "names": [
106
+ "height",
107
+ "width",
108
+ "channels"
109
+ ],
110
+ "info": {
111
+ "video.height": 480,
112
+ "video.width": 640,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 10,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.images.wrist_left": {
122
+ "dtype": "video",
123
+ "shape": [
124
+ 480,
125
+ 640,
126
+ 3
127
+ ],
128
+ "names": [
129
+ "height",
130
+ "width",
131
+ "channels"
132
+ ],
133
+ "info": {
134
+ "video.height": 480,
135
+ "video.width": 640,
136
+ "video.codec": "av1",
137
+ "video.pix_fmt": "yuv420p",
138
+ "video.is_depth_map": false,
139
+ "video.fps": 10,
140
+ "video.channels": 3,
141
+ "has_audio": false
142
+ }
143
+ },
144
+ "observation.images.wrist_right": {
145
+ "dtype": "video",
146
+ "shape": [
147
+ 480,
148
+ 640,
149
+ 3
150
+ ],
151
+ "names": [
152
+ "height",
153
+ "width",
154
+ "channels"
155
+ ],
156
+ "info": {
157
+ "video.height": 480,
158
+ "video.width": 640,
159
+ "video.codec": "av1",
160
+ "video.pix_fmt": "yuv420p",
161
+ "video.is_depth_map": false,
162
+ "video.fps": 10,
163
+ "video.channels": 3,
164
+ "has_audio": false
165
+ }
166
+ },
167
+ "timestamp": {
168
+ "dtype": "float32",
169
+ "shape": [
170
+ 1
171
+ ],
172
+ "names": null
173
+ },
174
+ "frame_index": {
175
+ "dtype": "int64",
176
+ "shape": [
177
+ 1
178
+ ],
179
+ "names": null
180
+ },
181
+ "episode_index": {
182
+ "dtype": "int64",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": null
187
+ },
188
+ "index": {
189
+ "dtype": "int64",
190
+ "shape": [
191
+ 1
192
+ ],
193
+ "names": null
194
+ },
195
+ "task_index": {
196
+ "dtype": "int64",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "names": null
201
+ }
202
+ }
203
+ }
204
+ ```
205
+
206
+
207
+ ## Citation
208
+
209
+ **BibTeX:**
210
+
211
+ ```bibtex
212
+ [More Information Needed]
213
+ ```