pr0tos commited on
Commit
755b263
·
verified ·
1 Parent(s): 9836895

Upload README.md with huggingface_hub

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