continuallearning commited on
Commit
2db07e7
·
verified ·
1 Parent(s): c13f4a5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +261 -0
README.md ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=continuallearning/real_1_stack_bowls">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "robot_type": "franka",
36
+ "total_episodes": 100,
37
+ "total_frames": 30784,
38
+ "total_tasks": 7,
39
+ "chunks_size": 1000,
40
+ "fps": 15,
41
+ "splits": {
42
+ "train": "0:100"
43
+ },
44
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
46
+ "features": {
47
+ "observation.images.primary": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 256,
51
+ 256,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "video_info": {
60
+ "video.fps": 15.0,
61
+ "video.codec": "av1",
62
+ "video.pix_fmt": "yuv420p",
63
+ "video.is_depth_map": false,
64
+ "has_audio": false
65
+ },
66
+ "info": {
67
+ "video.height": 256,
68
+ "video.width": 256,
69
+ "video.codec": "av1",
70
+ "video.pix_fmt": "yuv420p",
71
+ "video.is_depth_map": false,
72
+ "video.fps": 15,
73
+ "video.channels": 3,
74
+ "has_audio": false
75
+ }
76
+ },
77
+ "observation.images.wrist": {
78
+ "dtype": "video",
79
+ "shape": [
80
+ 256,
81
+ 256,
82
+ 3
83
+ ],
84
+ "names": [
85
+ "height",
86
+ "width",
87
+ "channels"
88
+ ],
89
+ "video_info": {
90
+ "video.fps": 15.0,
91
+ "video.codec": "av1",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false,
94
+ "has_audio": false
95
+ },
96
+ "info": {
97
+ "video.height": 256,
98
+ "video.width": 256,
99
+ "video.codec": "av1",
100
+ "video.pix_fmt": "yuv420p",
101
+ "video.is_depth_map": false,
102
+ "video.fps": 15,
103
+ "video.channels": 3,
104
+ "has_audio": false
105
+ }
106
+ },
107
+ "observation.state.cartesian": {
108
+ "dtype": "float32",
109
+ "shape": [
110
+ 6
111
+ ],
112
+ "names": [
113
+ "x",
114
+ "y",
115
+ "z",
116
+ "roll",
117
+ "pitch",
118
+ "yaw"
119
+ ],
120
+ "fps": 15
121
+ },
122
+ "observation.state.gripper": {
123
+ "dtype": "float32",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": [
128
+ "gripper"
129
+ ],
130
+ "fps": 15
131
+ },
132
+ "observation.state.joints": {
133
+ "dtype": "float32",
134
+ "shape": [
135
+ 7
136
+ ],
137
+ "names": [
138
+ "joint_0",
139
+ "joint_1",
140
+ "joint_2",
141
+ "joint_3",
142
+ "joint_4",
143
+ "joint_5",
144
+ "joint_6"
145
+ ],
146
+ "fps": 15
147
+ },
148
+ "observation.state.target": {
149
+ "dtype": "float32",
150
+ "shape": [
151
+ 6
152
+ ],
153
+ "names": [
154
+ "target_x",
155
+ "target_y",
156
+ "target_z",
157
+ "target_roll",
158
+ "target_pitch",
159
+ "target_yaw"
160
+ ],
161
+ "fps": 15
162
+ },
163
+ "observation.state": {
164
+ "dtype": "float32",
165
+ "shape": [
166
+ 20
167
+ ],
168
+ "names": [
169
+ "x",
170
+ "y",
171
+ "z",
172
+ "roll",
173
+ "pitch",
174
+ "yaw",
175
+ "gripper",
176
+ "joint_0",
177
+ "joint_1",
178
+ "joint_2",
179
+ "joint_3",
180
+ "joint_4",
181
+ "joint_5",
182
+ "joint_6",
183
+ "target_x",
184
+ "target_y",
185
+ "target_z",
186
+ "target_roll",
187
+ "target_pitch",
188
+ "target_yaw"
189
+ ],
190
+ "fps": 15
191
+ },
192
+ "action": {
193
+ "dtype": "float32",
194
+ "shape": [
195
+ 7
196
+ ],
197
+ "names": [
198
+ "x",
199
+ "y",
200
+ "z",
201
+ "roll",
202
+ "pitch",
203
+ "yaw",
204
+ "gripper"
205
+ ],
206
+ "fps": 15
207
+ },
208
+ "timestamp": {
209
+ "dtype": "float32",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": null,
214
+ "fps": 15
215
+ },
216
+ "frame_index": {
217
+ "dtype": "int64",
218
+ "shape": [
219
+ 1
220
+ ],
221
+ "names": null,
222
+ "fps": 15
223
+ },
224
+ "episode_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null,
230
+ "fps": 15
231
+ },
232
+ "index": {
233
+ "dtype": "int64",
234
+ "shape": [
235
+ 1
236
+ ],
237
+ "names": null,
238
+ "fps": 15
239
+ },
240
+ "task_index": {
241
+ "dtype": "int64",
242
+ "shape": [
243
+ 1
244
+ ],
245
+ "names": null,
246
+ "fps": 15
247
+ }
248
+ },
249
+ "data_files_size_in_mb": 1,
250
+ "video_files_size_in_mb": 0
251
+ }
252
+ ```
253
+
254
+
255
+ ## Citation
256
+
257
+ **BibTeX:**
258
+
259
+ ```bibtex
260
+ [More Information Needed]
261
+ ```