ehalicki commited on
Commit
527bda4
·
verified ·
1 Parent(s): 848c181

Upload README.md with huggingface_hub

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