shantanu-tr commited on
Commit
d1e5c0d
·
verified ·
1 Parent(s): 4f745fa

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +225 -0
README.md ADDED
@@ -0,0 +1,225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.0",
29
+ "robot_type": "aloha_ai",
30
+ "total_episodes": 2,
31
+ "total_frames": 940,
32
+ "total_tasks": 1,
33
+ "total_videos": 8,
34
+ "total_chunks": 1,
35
+ "chunks_size": 1000,
36
+ "fps": 100,
37
+ "splits": {
38
+ "train": "0:2"
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
+ 14
47
+ ],
48
+ "names": [
49
+ "left_waist",
50
+ "left_shoulder",
51
+ "left_elbow",
52
+ "left_forearm_roll",
53
+ "left_wrist_angle",
54
+ "left_wrist_rotate",
55
+ "left_gripper",
56
+ "right_waist",
57
+ "right_shoulder",
58
+ "right_elbow",
59
+ "right_forearm_roll",
60
+ "right_wrist_angle",
61
+ "right_wrist_rotate",
62
+ "right_gripper"
63
+ ]
64
+ },
65
+ "observation.state": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 14
69
+ ],
70
+ "names": [
71
+ "left_waist",
72
+ "left_shoulder",
73
+ "left_elbow",
74
+ "left_forearm_roll",
75
+ "left_wrist_angle",
76
+ "left_wrist_rotate",
77
+ "left_gripper",
78
+ "right_waist",
79
+ "right_shoulder",
80
+ "right_elbow",
81
+ "right_forearm_roll",
82
+ "right_wrist_angle",
83
+ "right_wrist_rotate",
84
+ "right_gripper"
85
+ ]
86
+ },
87
+ "observation.images.cam_high": {
88
+ "dtype": "video",
89
+ "shape": [
90
+ 480,
91
+ 640,
92
+ 3
93
+ ],
94
+ "names": [
95
+ "height",
96
+ "width",
97
+ "channels"
98
+ ],
99
+ "info": {
100
+ "video.fps": 100.0,
101
+ "video.height": 480,
102
+ "video.width": 640,
103
+ "video.channels": 3,
104
+ "video.codec": "h264",
105
+ "video.pix_fmt": "yuv420p",
106
+ "video.is_depth_map": false,
107
+ "has_audio": false
108
+ }
109
+ },
110
+ "observation.images.cam_low": {
111
+ "dtype": "video",
112
+ "shape": [
113
+ 480,
114
+ 640,
115
+ 3
116
+ ],
117
+ "names": [
118
+ "height",
119
+ "width",
120
+ "channels"
121
+ ],
122
+ "info": {
123
+ "video.fps": 100.0,
124
+ "video.height": 480,
125
+ "video.width": 640,
126
+ "video.channels": 3,
127
+ "video.codec": "h264",
128
+ "video.pix_fmt": "yuv420p",
129
+ "video.is_depth_map": false,
130
+ "has_audio": false
131
+ }
132
+ },
133
+ "observation.images.cam_left_wrist": {
134
+ "dtype": "video",
135
+ "shape": [
136
+ 480,
137
+ 640,
138
+ 3
139
+ ],
140
+ "names": [
141
+ "height",
142
+ "width",
143
+ "channels"
144
+ ],
145
+ "info": {
146
+ "video.fps": 100.0,
147
+ "video.height": 480,
148
+ "video.width": 640,
149
+ "video.channels": 3,
150
+ "video.codec": "h264",
151
+ "video.pix_fmt": "yuv420p",
152
+ "video.is_depth_map": false,
153
+ "has_audio": false
154
+ }
155
+ },
156
+ "observation.images.cam_right_wrist": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 480,
160
+ 640,
161
+ 3
162
+ ],
163
+ "names": [
164
+ "height",
165
+ "width",
166
+ "channels"
167
+ ],
168
+ "info": {
169
+ "video.fps": 100.0,
170
+ "video.height": 480,
171
+ "video.width": 640,
172
+ "video.channels": 3,
173
+ "video.codec": "h264",
174
+ "video.pix_fmt": "yuv420p",
175
+ "video.is_depth_map": false,
176
+ "has_audio": false
177
+ }
178
+ },
179
+ "timestamp": {
180
+ "dtype": "float32",
181
+ "shape": [
182
+ 1
183
+ ],
184
+ "names": null
185
+ },
186
+ "frame_index": {
187
+ "dtype": "int64",
188
+ "shape": [
189
+ 1
190
+ ],
191
+ "names": null
192
+ },
193
+ "episode_index": {
194
+ "dtype": "int64",
195
+ "shape": [
196
+ 1
197
+ ],
198
+ "names": null
199
+ },
200
+ "index": {
201
+ "dtype": "int64",
202
+ "shape": [
203
+ 1
204
+ ],
205
+ "names": null
206
+ },
207
+ "task_index": {
208
+ "dtype": "int64",
209
+ "shape": [
210
+ 1
211
+ ],
212
+ "names": null
213
+ }
214
+ }
215
+ }
216
+ ```
217
+
218
+
219
+ ## Citation
220
+
221
+ **BibTeX:**
222
+
223
+ ```bibtex
224
+ [More Information Needed]
225
+ ```