abhisb commited on
Commit
c763936
·
verified ·
1 Parent(s): 2f3a1ed

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
+ - tutorial
8
+ configs:
9
+ - config_name: default
10
+ data_files: data/*/*.parquet
11
+ ---
12
+
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
14
+
15
+ ## Dataset Description
16
+
17
+
18
+
19
+ - **Homepage:** [More Information Needed]
20
+ - **Paper:** [More Information Needed]
21
+ - **License:** apache-2.0
22
+
23
+ ## Dataset Structure
24
+
25
+ [meta/info.json](meta/info.json):
26
+ ```json
27
+ {
28
+ "codebase_version": "v2.1",
29
+ "robot_type": "so100_aloha",
30
+ "total_episodes": 3,
31
+ "total_frames": 3910,
32
+ "total_tasks": 1,
33
+ "total_videos": 12,
34
+ "total_chunks": 1,
35
+ "chunks_size": 1000,
36
+ "fps": 30,
37
+ "splits": {
38
+ "train": "0:3"
39
+ },
40
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
+ "features": {
43
+ "action": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 12
47
+ ],
48
+ "names": [
49
+ "left_shoulder_pan",
50
+ "left_shoulder_lift",
51
+ "left_elbow_flex",
52
+ "left_wrist_flex",
53
+ "left_wrist_roll",
54
+ "left_gripper",
55
+ "right_shoulder_pan",
56
+ "right_shoulder_lift",
57
+ "right_elbow_flex",
58
+ "right_wrist_flex",
59
+ "right_wrist_roll",
60
+ "right_gripper"
61
+ ]
62
+ },
63
+ "observation.state": {
64
+ "dtype": "float32",
65
+ "shape": [
66
+ 12
67
+ ],
68
+ "names": [
69
+ "left_shoulder_pan",
70
+ "left_shoulder_lift",
71
+ "left_elbow_flex",
72
+ "left_wrist_flex",
73
+ "left_wrist_roll",
74
+ "left_gripper",
75
+ "right_shoulder_pan",
76
+ "right_shoulder_lift",
77
+ "right_elbow_flex",
78
+ "right_wrist_flex",
79
+ "right_wrist_roll",
80
+ "right_gripper"
81
+ ]
82
+ },
83
+ "observation.images.overhead": {
84
+ "dtype": "video",
85
+ "shape": [
86
+ 240,
87
+ 320,
88
+ 3
89
+ ],
90
+ "names": [
91
+ "height",
92
+ "width",
93
+ "channels"
94
+ ],
95
+ "info": {
96
+ "video.fps": 30.0,
97
+ "video.height": 240,
98
+ "video.width": 320,
99
+ "video.channels": 3,
100
+ "video.codec": "h264",
101
+ "video.pix_fmt": "yuv420p",
102
+ "video.is_depth_map": false,
103
+ "has_audio": false
104
+ }
105
+ },
106
+ "observation.images.left_gripper": {
107
+ "dtype": "video",
108
+ "shape": [
109
+ 360,
110
+ 640,
111
+ 3
112
+ ],
113
+ "names": [
114
+ "height",
115
+ "width",
116
+ "channels"
117
+ ],
118
+ "info": {
119
+ "video.fps": 30.0,
120
+ "video.height": 360,
121
+ "video.width": 640,
122
+ "video.channels": 3,
123
+ "video.codec": "h264",
124
+ "video.pix_fmt": "yuv420p",
125
+ "video.is_depth_map": false,
126
+ "has_audio": false
127
+ }
128
+ },
129
+ "observation.images.right_gripper": {
130
+ "dtype": "video",
131
+ "shape": [
132
+ 360,
133
+ 640,
134
+ 3
135
+ ],
136
+ "names": [
137
+ "height",
138
+ "width",
139
+ "channels"
140
+ ],
141
+ "info": {
142
+ "video.fps": 30.0,
143
+ "video.height": 360,
144
+ "video.width": 640,
145
+ "video.channels": 3,
146
+ "video.codec": "h264",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "has_audio": false
150
+ }
151
+ },
152
+ "observation.images.laptop": {
153
+ "dtype": "video",
154
+ "shape": [
155
+ 240,
156
+ 320,
157
+ 3
158
+ ],
159
+ "names": [
160
+ "height",
161
+ "width",
162
+ "channels"
163
+ ],
164
+ "info": {
165
+ "video.fps": 30.0,
166
+ "video.height": 240,
167
+ "video.width": 320,
168
+ "video.channels": 3,
169
+ "video.codec": "h264",
170
+ "video.pix_fmt": "yuv420p",
171
+ "video.is_depth_map": false,
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
+ ```