AnonymousMouse404 commited on
Commit
0a43626
·
verified ·
1 Parent(s): 553421a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +181 -0
README.md ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/GUI_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
+ "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
+ "timestamp": {
124
+ "dtype": "float32",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null
129
+ },
130
+ "frame_index": {
131
+ "dtype": "int64",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null
136
+ },
137
+ "episode_index": {
138
+ "dtype": "int64",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ },
144
+ "index": {
145
+ "dtype": "int64",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ },
151
+ "task_index": {
152
+ "dtype": "int64",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ }
158
+ },
159
+ "total_episodes": 63,
160
+ "total_frames": 15606,
161
+ "total_tasks": 63,
162
+ "chunks_size": 1000,
163
+ "data_files_size_in_mb": 100,
164
+ "video_files_size_in_mb": 200,
165
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
166
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
167
+ "robot_type": "so101",
168
+ "splits": {
169
+ "train": "0:63"
170
+ }
171
+ }
172
+ ```
173
+
174
+
175
+ ## Citation
176
+
177
+ **BibTeX:**
178
+
179
+ ```bibtex
180
+ [More Information Needed]
181
+ ```