cerealkiller2527 commited on
Commit
259cee1
·
verified ·
1 Parent(s): 1e3e7b1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +193 -0
README.md ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - quality_assessment
8
+ - meta_rayban
9
+ - single_arm
10
+ - placement
11
+ - precision_manipulation
12
+ - manufacturing
13
+ - eyewear
14
+ - tabletop
15
+ configs:
16
+ - config_name: default
17
+ data_files: data/*/*.parquet
18
+ ---
19
+
20
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
21
+
22
+ ## Dataset Description
23
+
24
+
25
+
26
+ - **Homepage:** [More Information Needed]
27
+ - **Paper:** [More Information Needed]
28
+ - **License:** apache-2.0
29
+
30
+ ## Dataset Structure
31
+
32
+ [meta/info.json](meta/info.json):
33
+ ```json
34
+ {
35
+ "codebase_version": "v2.1",
36
+ "robot_type": "so101_follower",
37
+ "total_episodes": 3,
38
+ "total_frames": 4886,
39
+ "total_tasks": 1,
40
+ "total_videos": 9,
41
+ "total_chunks": 1,
42
+ "chunks_size": 1000,
43
+ "fps": 30,
44
+ "splits": {
45
+ "train": "0:3"
46
+ },
47
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
48
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
49
+ "features": {
50
+ "action": {
51
+ "dtype": "float32",
52
+ "shape": [
53
+ 6
54
+ ],
55
+ "names": [
56
+ "shoulder_pan.pos",
57
+ "shoulder_lift.pos",
58
+ "elbow_flex.pos",
59
+ "wrist_flex.pos",
60
+ "wrist_roll.pos",
61
+ "gripper.pos"
62
+ ]
63
+ },
64
+ "observation.state": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 6
68
+ ],
69
+ "names": [
70
+ "shoulder_pan.pos",
71
+ "shoulder_lift.pos",
72
+ "elbow_flex.pos",
73
+ "wrist_flex.pos",
74
+ "wrist_roll.pos",
75
+ "gripper.pos"
76
+ ]
77
+ },
78
+ "observation.images.wrist": {
79
+ "dtype": "video",
80
+ "shape": [
81
+ 480,
82
+ 640,
83
+ 3
84
+ ],
85
+ "names": [
86
+ "height",
87
+ "width",
88
+ "channels"
89
+ ],
90
+ "info": {
91
+ "video.height": 480,
92
+ "video.width": 640,
93
+ "video.codec": "av1",
94
+ "video.pix_fmt": "yuv420p",
95
+ "video.is_depth_map": false,
96
+ "video.fps": 30,
97
+ "video.channels": 3,
98
+ "has_audio": false
99
+ }
100
+ },
101
+ "observation.images.front_top": {
102
+ "dtype": "video",
103
+ "shape": [
104
+ 480,
105
+ 640,
106
+ 3
107
+ ],
108
+ "names": [
109
+ "height",
110
+ "width",
111
+ "channels"
112
+ ],
113
+ "info": {
114
+ "video.height": 480,
115
+ "video.width": 640,
116
+ "video.codec": "av1",
117
+ "video.pix_fmt": "yuv420p",
118
+ "video.is_depth_map": false,
119
+ "video.fps": 30,
120
+ "video.channels": 3,
121
+ "has_audio": false
122
+ }
123
+ },
124
+ "observation.images.side_left": {
125
+ "dtype": "video",
126
+ "shape": [
127
+ 480,
128
+ 640,
129
+ 3
130
+ ],
131
+ "names": [
132
+ "height",
133
+ "width",
134
+ "channels"
135
+ ],
136
+ "info": {
137
+ "video.height": 480,
138
+ "video.width": 640,
139
+ "video.codec": "av1",
140
+ "video.pix_fmt": "yuv420p",
141
+ "video.is_depth_map": false,
142
+ "video.fps": 30,
143
+ "video.channels": 3,
144
+ "has_audio": false
145
+ }
146
+ },
147
+ "timestamp": {
148
+ "dtype": "float32",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": null
153
+ },
154
+ "frame_index": {
155
+ "dtype": "int64",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": null
160
+ },
161
+ "episode_index": {
162
+ "dtype": "int64",
163
+ "shape": [
164
+ 1
165
+ ],
166
+ "names": null
167
+ },
168
+ "index": {
169
+ "dtype": "int64",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": null
174
+ },
175
+ "task_index": {
176
+ "dtype": "int64",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": null
181
+ }
182
+ }
183
+ }
184
+ ```
185
+
186
+
187
+ ## Citation
188
+
189
+ **BibTeX:**
190
+
191
+ ```bibtex
192
+ [More Information Needed]
193
+ ```