omkarmayekar555 commited on
Commit
ef83aee
·
verified ·
1 Parent(s): 3e294a2

Upload README.md with huggingface_hub

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