YiyangHuang commited on
Commit
6ed3f61
·
verified ·
1 Parent(s): 3ccc3bf

Upload README.md with huggingface_hub

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