YiyangHuang commited on
Commit
57c2408
·
verified ·
1 Parent(s): 45c0deb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +220 -0
README.md ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - Y
8
+ - i
9
+ - y
10
+ - a
11
+ - n
12
+ - g
13
+ - H
14
+ - u
15
+ - a
16
+ - n
17
+ - g
18
+ - /
19
+ - k
20
+ - n
21
+ - i
22
+ - f
23
+ - e
24
+ - _
25
+ - a
26
+ - p
27
+ - p
28
+ - l
29
+ - e
30
+ configs:
31
+ - config_name: default
32
+ data_files: data/*/*.parquet
33
+ ---
34
+
35
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
36
+
37
+ ## Dataset Description
38
+
39
+
40
+
41
+ - **Homepage:** [More Information Needed]
42
+ - **Paper:** [More Information Needed]
43
+ - **License:** apache-2.0
44
+
45
+ ## Dataset Structure
46
+
47
+ [meta/info.json](meta/info.json):
48
+ ```json
49
+ {
50
+ "codebase_version": "v3.0",
51
+ "robot_type": "bi_so101_follower",
52
+ "total_episodes": 50,
53
+ "total_frames": 14780,
54
+ "total_tasks": 1,
55
+ "chunks_size": 1000,
56
+ "data_files_size_in_mb": 100,
57
+ "video_files_size_in_mb": 200,
58
+ "fps": 30,
59
+ "splits": {
60
+ "train": "0:50"
61
+ },
62
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
63
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
64
+ "features": {
65
+ "action": {
66
+ "dtype": "float32",
67
+ "names": [
68
+ "left_shoulder_pan.pos",
69
+ "left_shoulder_lift.pos",
70
+ "left_elbow_flex.pos",
71
+ "left_wrist_flex.pos",
72
+ "left_wrist_roll.pos",
73
+ "left_gripper.pos",
74
+ "right_shoulder_pan.pos",
75
+ "right_shoulder_lift.pos",
76
+ "right_elbow_flex.pos",
77
+ "right_wrist_flex.pos",
78
+ "right_wrist_roll.pos",
79
+ "right_gripper.pos"
80
+ ],
81
+ "shape": [
82
+ 12
83
+ ]
84
+ },
85
+ "observation.state": {
86
+ "dtype": "float32",
87
+ "names": [
88
+ "left_shoulder_pan.pos",
89
+ "left_shoulder_lift.pos",
90
+ "left_elbow_flex.pos",
91
+ "left_wrist_flex.pos",
92
+ "left_wrist_roll.pos",
93
+ "left_gripper.pos",
94
+ "right_shoulder_pan.pos",
95
+ "right_shoulder_lift.pos",
96
+ "right_elbow_flex.pos",
97
+ "right_wrist_flex.pos",
98
+ "right_wrist_roll.pos",
99
+ "right_gripper.pos"
100
+ ],
101
+ "shape": [
102
+ 12
103
+ ]
104
+ },
105
+ "observation.images.head": {
106
+ "dtype": "video",
107
+ "shape": [
108
+ 480,
109
+ 640,
110
+ 3
111
+ ],
112
+ "names": [
113
+ "height",
114
+ "width",
115
+ "channels"
116
+ ],
117
+ "info": {
118
+ "video.height": 480,
119
+ "video.width": 640,
120
+ "video.codec": "av1",
121
+ "video.pix_fmt": "yuv420p",
122
+ "video.is_depth_map": false,
123
+ "video.fps": 30,
124
+ "video.channels": 3,
125
+ "has_audio": false
126
+ }
127
+ },
128
+ "observation.images.right": {
129
+ "dtype": "video",
130
+ "shape": [
131
+ 480,
132
+ 640,
133
+ 3
134
+ ],
135
+ "names": [
136
+ "height",
137
+ "width",
138
+ "channels"
139
+ ],
140
+ "info": {
141
+ "video.height": 480,
142
+ "video.width": 640,
143
+ "video.codec": "av1",
144
+ "video.pix_fmt": "yuv420p",
145
+ "video.is_depth_map": false,
146
+ "video.fps": 30,
147
+ "video.channels": 3,
148
+ "has_audio": false
149
+ }
150
+ },
151
+ "observation.images.left": {
152
+ "dtype": "video",
153
+ "shape": [
154
+ 480,
155
+ 640,
156
+ 3
157
+ ],
158
+ "names": [
159
+ "height",
160
+ "width",
161
+ "channels"
162
+ ],
163
+ "info": {
164
+ "video.height": 480,
165
+ "video.width": 640,
166
+ "video.codec": "av1",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "video.fps": 30,
170
+ "video.channels": 3,
171
+ "has_audio": false
172
+ }
173
+ },
174
+ "timestamp": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 1
178
+ ],
179
+ "names": null
180
+ },
181
+ "frame_index": {
182
+ "dtype": "int64",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": null
187
+ },
188
+ "episode_index": {
189
+ "dtype": "int64",
190
+ "shape": [
191
+ 1
192
+ ],
193
+ "names": null
194
+ },
195
+ "index": {
196
+ "dtype": "int64",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "names": null
201
+ },
202
+ "task_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null
208
+ }
209
+ }
210
+ }
211
+ ```
212
+
213
+
214
+ ## Citation
215
+
216
+ **BibTeX:**
217
+
218
+ ```bibtex
219
+ [More Information Needed]
220
+ ```