AnonymousMouse404 commited on
Commit
a614c40
·
verified ·
1 Parent(s): 6bf87b4

Upload README.md with huggingface_hub

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