ccop commited on
Commit
3b4ef21
1 Parent(s): 4de6ff0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +219 -0
README.md CHANGED
@@ -1,8 +1,227 @@
1
  ---
 
2
  task_categories:
3
  - robotics
4
  tags:
5
  - LeRobot
 
 
 
6
  ---
 
7
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.0",
28
+ "robot_type": "unknown",
29
+ "total_episodes": 2,
30
+ "total_frames": 1600,
31
+ "total_tasks": 1,
32
+ "total_videos": 6,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 50,
36
+ "splits": {
37
+ "train": "0:2"
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
+ "observation.images.cam_high": {
43
+ "dtype": "video",
44
+ "shape": [
45
+ 480,
46
+ 848,
47
+ 3
48
+ ],
49
+ "names": [
50
+ "height",
51
+ "width",
52
+ "channel"
53
+ ],
54
+ "video_info": {
55
+ "video.fps": 50.0,
56
+ "video.codec": "av1",
57
+ "video.pix_fmt": "yuv420p",
58
+ "video.is_depth_map": false,
59
+ "has_audio": false
60
+ }
61
+ },
62
+ "observation.images.cam_left_wrist": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 480,
66
+ 848,
67
+ 3
68
+ ],
69
+ "names": [
70
+ "height",
71
+ "width",
72
+ "channel"
73
+ ],
74
+ "video_info": {
75
+ "video.fps": 50.0,
76
+ "video.codec": "av1",
77
+ "video.pix_fmt": "yuv420p",
78
+ "video.is_depth_map": false,
79
+ "has_audio": false
80
+ }
81
+ },
82
+ "observation.images.cam_right_wrist": {
83
+ "dtype": "video",
84
+ "shape": [
85
+ 480,
86
+ 848,
87
+ 3
88
+ ],
89
+ "names": [
90
+ "height",
91
+ "width",
92
+ "channel"
93
+ ],
94
+ "video_info": {
95
+ "video.fps": 50.0,
96
+ "video.codec": "av1",
97
+ "video.pix_fmt": "yuv420p",
98
+ "video.is_depth_map": false,
99
+ "has_audio": false
100
+ }
101
+ },
102
+ "observation.state": {
103
+ "dtype": "float32",
104
+ "shape": [
105
+ 14
106
+ ],
107
+ "names": {
108
+ "motors": [
109
+ "motor_0",
110
+ "motor_1",
111
+ "motor_2",
112
+ "motor_3",
113
+ "motor_4",
114
+ "motor_5",
115
+ "motor_6",
116
+ "motor_7",
117
+ "motor_8",
118
+ "motor_9",
119
+ "motor_10",
120
+ "motor_11",
121
+ "motor_12",
122
+ "motor_13"
123
+ ]
124
+ }
125
+ },
126
+ "observation.effort": {
127
+ "dtype": "float32",
128
+ "shape": [
129
+ 14
130
+ ],
131
+ "names": {
132
+ "motors": [
133
+ "motor_0",
134
+ "motor_1",
135
+ "motor_2",
136
+ "motor_3",
137
+ "motor_4",
138
+ "motor_5",
139
+ "motor_6",
140
+ "motor_7",
141
+ "motor_8",
142
+ "motor_9",
143
+ "motor_10",
144
+ "motor_11",
145
+ "motor_12",
146
+ "motor_13"
147
+ ]
148
+ }
149
+ },
150
+ "action": {
151
+ "dtype": "float32",
152
+ "shape": [
153
+ 14
154
+ ],
155
+ "names": {
156
+ "motors": [
157
+ "motor_0",
158
+ "motor_1",
159
+ "motor_2",
160
+ "motor_3",
161
+ "motor_4",
162
+ "motor_5",
163
+ "motor_6",
164
+ "motor_7",
165
+ "motor_8",
166
+ "motor_9",
167
+ "motor_10",
168
+ "motor_11",
169
+ "motor_12",
170
+ "motor_13"
171
+ ]
172
+ }
173
+ },
174
+ "episode_index": {
175
+ "dtype": "int64",
176
+ "shape": [
177
+ 1
178
+ ],
179
+ "names": null
180
+ },
181
+ "frame_index": {
182
+ "dtype": "int64",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": null
187
+ },
188
+ "timestamp": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 1
192
+ ],
193
+ "names": null
194
+ },
195
+ "next.done": {
196
+ "dtype": "bool",
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
+ ```