AnonymousMouse404 commited on
Commit
5cc379a
·
verified ·
1 Parent(s): 2003577

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +190 -0
README.md ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_v2">
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.wrist": {
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.state": {
96
+ "dtype": "float32",
97
+ "shape": [
98
+ 6
99
+ ],
100
+ "names": [
101
+ "shoulder_pan.pos",
102
+ "shoulder_lift.pos",
103
+ "elbow_flex.pos",
104
+ "wrist_flex.pos",
105
+ "wrist_roll.pos",
106
+ "gripper.pos"
107
+ ]
108
+ },
109
+ "action": {
110
+ "dtype": "float32",
111
+ "shape": [
112
+ 6
113
+ ],
114
+ "names": [
115
+ "shoulder_pan.pos",
116
+ "shoulder_lift.pos",
117
+ "elbow_flex.pos",
118
+ "wrist_flex.pos",
119
+ "wrist_roll.pos",
120
+ "gripper.pos"
121
+ ]
122
+ },
123
+ "phase": {
124
+ "dtype": "float32",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": [
129
+ "phase_index"
130
+ ]
131
+ },
132
+ "timestamp": {
133
+ "dtype": "float32",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null
138
+ },
139
+ "frame_index": {
140
+ "dtype": "int64",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": null
145
+ },
146
+ "episode_index": {
147
+ "dtype": "int64",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "names": null
152
+ },
153
+ "index": {
154
+ "dtype": "int64",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "names": null
159
+ },
160
+ "task_index": {
161
+ "dtype": "int64",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null
166
+ }
167
+ },
168
+ "total_episodes": 3,
169
+ "total_frames": 1692,
170
+ "total_tasks": 3,
171
+ "chunks_size": 1000,
172
+ "data_files_size_in_mb": 100,
173
+ "video_files_size_in_mb": 200,
174
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
175
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
176
+ "robot_type": "so101",
177
+ "splits": {
178
+ "train": "0:3"
179
+ }
180
+ }
181
+ ```
182
+
183
+
184
+ ## Citation
185
+
186
+ **BibTeX:**
187
+
188
+ ```bibtex
189
+ [More Information Needed]
190
+ ```