qnoens commited on
Commit
a91e173
·
verified ·
1 Parent(s): 40f2eae

Upload README.md with huggingface_hub

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