DorianAtSchool commited on
Commit
8b2b669
·
verified ·
1 Parent(s): 0d67310

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +227 -0
README.md ADDED
@@ -0,0 +1,227 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": null,
29
+ "total_episodes": 1000,
30
+ "total_frames": 342102,
31
+ "total_tasks": 5,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
+ "fps": 15,
36
+ "splits": {
37
+ "train": "0:1000"
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
+ "message": {
43
+ "dtype": "string",
44
+ "shape": [
45
+ 1
46
+ ],
47
+ "names": [
48
+ "token"
49
+ ]
50
+ },
51
+ "action": {
52
+ "dtype": "float32",
53
+ "shape": [
54
+ 7
55
+ ],
56
+ "names": [
57
+ "delta_x",
58
+ "delta_y",
59
+ "delta_z",
60
+ "delta_roll",
61
+ "delta_pitch",
62
+ "delta_yaw",
63
+ "gripper"
64
+ ]
65
+ },
66
+ "observation.state": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 8
70
+ ],
71
+ "names": [
72
+ "eef_x",
73
+ "eef_y",
74
+ "eef_z",
75
+ "eef_axis_angle_x",
76
+ "eef_axis_angle_y",
77
+ "eef_axis_angle_z",
78
+ "gripper_left",
79
+ "gripper_right"
80
+ ]
81
+ },
82
+ "observation.images.wrist": {
83
+ "dtype": "video",
84
+ "shape": [
85
+ 224,
86
+ 224,
87
+ 3
88
+ ],
89
+ "names": [
90
+ "height",
91
+ "width",
92
+ "channels"
93
+ ],
94
+ "video_info": {
95
+ "video.height": 224,
96
+ "video.width": 224,
97
+ "video.codec": "av1",
98
+ "video.pix_fmt": "yuv420p",
99
+ "video.is_depth_map": false,
100
+ "video.fps": 15.0,
101
+ "video.channels": 3,
102
+ "has_audio": false
103
+ },
104
+ "info": {
105
+ "video.height": 224,
106
+ "video.width": 224,
107
+ "video.codec": "av1",
108
+ "video.pix_fmt": "yuv420p",
109
+ "video.is_depth_map": false,
110
+ "video.fps": 15,
111
+ "video.channels": 3,
112
+ "has_audio": false
113
+ }
114
+ },
115
+ "observation.images.top": {
116
+ "dtype": "video",
117
+ "shape": [
118
+ 224,
119
+ 224,
120
+ 3
121
+ ],
122
+ "names": [
123
+ "height",
124
+ "width",
125
+ "channels"
126
+ ],
127
+ "video_info": {
128
+ "video.height": 224,
129
+ "video.width": 224,
130
+ "video.codec": "av1",
131
+ "video.pix_fmt": "yuv420p",
132
+ "video.is_depth_map": false,
133
+ "video.fps": 15.0,
134
+ "video.channels": 3,
135
+ "has_audio": false
136
+ },
137
+ "info": {
138
+ "video.height": 224,
139
+ "video.width": 224,
140
+ "video.codec": "av1",
141
+ "video.pix_fmt": "yuv420p",
142
+ "video.is_depth_map": false,
143
+ "video.fps": 15,
144
+ "video.channels": 3,
145
+ "has_audio": false
146
+ }
147
+ },
148
+ "observation.images.side": {
149
+ "dtype": "video",
150
+ "shape": [
151
+ 224,
152
+ 224,
153
+ 3
154
+ ],
155
+ "names": [
156
+ "height",
157
+ "width",
158
+ "channels"
159
+ ],
160
+ "video_info": {
161
+ "video.height": 224,
162
+ "video.width": 224,
163
+ "video.codec": "av1",
164
+ "video.pix_fmt": "yuv420p",
165
+ "video.is_depth_map": false,
166
+ "video.fps": 15.0,
167
+ "video.channels": 3,
168
+ "has_audio": false
169
+ },
170
+ "info": {
171
+ "video.height": 224,
172
+ "video.width": 224,
173
+ "video.codec": "av1",
174
+ "video.pix_fmt": "yuv420p",
175
+ "video.is_depth_map": false,
176
+ "video.fps": 15,
177
+ "video.channels": 3,
178
+ "has_audio": false
179
+ }
180
+ },
181
+ "timestamp": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": null
187
+ },
188
+ "frame_index": {
189
+ "dtype": "int64",
190
+ "shape": [
191
+ 1
192
+ ],
193
+ "names": null
194
+ },
195
+ "episode_index": {
196
+ "dtype": "int64",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "names": null
201
+ },
202
+ "index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null
208
+ },
209
+ "task_index": {
210
+ "dtype": "int64",
211
+ "shape": [
212
+ 1
213
+ ],
214
+ "names": null
215
+ }
216
+ }
217
+ }
218
+ ```
219
+
220
+
221
+ ## Citation
222
+
223
+ **BibTeX:**
224
+
225
+ ```bibtex
226
+ [More Information Needed]
227
+ ```