Beegbrain commited on
Commit
e3500fe
·
verified ·
1 Parent(s): 1284634

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +211 -0
README.md ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=Beegbrain/franka_multi_tasks_slots">
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": null,
36
+ "total_episodes": 200,
37
+ "total_frames": 75843,
38
+ "total_tasks": 4,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 10,
43
+ "splits": {
44
+ "train": "0:200"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "action": {
50
+ "dtype": "float32",
51
+ "shape": [
52
+ 8
53
+ ],
54
+ "names": [
55
+ "joint_0",
56
+ "joint_1",
57
+ "joint_2",
58
+ "joint_3",
59
+ "joint_4",
60
+ "joint_5",
61
+ "joint_6",
62
+ "gripper"
63
+ ],
64
+ "fps": 10
65
+ },
66
+ "observation.state": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 8
70
+ ],
71
+ "names": [
72
+ "joint_0",
73
+ "joint_1",
74
+ "joint_2",
75
+ "joint_3",
76
+ "joint_4",
77
+ "joint_5",
78
+ "joint_6",
79
+ "gripper"
80
+ ],
81
+ "fps": 10
82
+ },
83
+ "observation.images.wrist_camera": {
84
+ "shape": [
85
+ 3,
86
+ 224,
87
+ 224
88
+ ],
89
+ "names": [
90
+ "channels",
91
+ "height",
92
+ "width"
93
+ ],
94
+ "fps": 10,
95
+ "dtype": "video",
96
+ "info": {
97
+ "video.height": 224,
98
+ "video.width": 224,
99
+ "video.codec": "av1",
100
+ "video.pix_fmt": "yuv420p",
101
+ "video.is_depth_map": false,
102
+ "video.fps": 10,
103
+ "video.channels": 3,
104
+ "has_audio": false
105
+ }
106
+ },
107
+ "observation.images.side_camera": {
108
+ "shape": [
109
+ 3,
110
+ 224,
111
+ 224
112
+ ],
113
+ "names": [
114
+ "channels",
115
+ "height",
116
+ "width"
117
+ ],
118
+ "fps": 10,
119
+ "dtype": "video",
120
+ "info": {
121
+ "video.height": 224,
122
+ "video.width": 224,
123
+ "video.codec": "av1",
124
+ "video.pix_fmt": "yuv420p",
125
+ "video.is_depth_map": false,
126
+ "video.fps": 10,
127
+ "video.channels": 3,
128
+ "has_audio": false
129
+ }
130
+ },
131
+ "timestamp": {
132
+ "dtype": "float32",
133
+ "shape": [
134
+ 1
135
+ ],
136
+ "names": null
137
+ },
138
+ "frame_index": {
139
+ "dtype": "int64",
140
+ "shape": [
141
+ 1
142
+ ],
143
+ "names": null
144
+ },
145
+ "episode_index": {
146
+ "dtype": "int64",
147
+ "shape": [
148
+ 1
149
+ ],
150
+ "names": null
151
+ },
152
+ "index": {
153
+ "dtype": "int64",
154
+ "shape": [
155
+ 1
156
+ ],
157
+ "names": null
158
+ },
159
+ "task_index": {
160
+ "dtype": "int64",
161
+ "shape": [
162
+ 1
163
+ ],
164
+ "names": null
165
+ },
166
+ "observation.images.wrist_camera_slots": {
167
+ "dtype": "float32",
168
+ "shape": [
169
+ 8,
170
+ 256
171
+ ],
172
+ "names": null
173
+ },
174
+ "observation.images.wrist_camera_masks": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 1,
178
+ 8,
179
+ 256
180
+ ],
181
+ "names": null
182
+ },
183
+ "observation.images.side_camera_slots": {
184
+ "dtype": "float32",
185
+ "shape": [
186
+ 8,
187
+ 256
188
+ ],
189
+ "names": null
190
+ },
191
+ "observation.images.side_camera_masks": {
192
+ "dtype": "float32",
193
+ "shape": [
194
+ 1,
195
+ 8,
196
+ 256
197
+ ],
198
+ "names": null
199
+ }
200
+ }
201
+ }
202
+ ```
203
+
204
+
205
+ ## Citation
206
+
207
+ **BibTeX:**
208
+
209
+ ```bibtex
210
+ [More Information Needed]
211
+ ```