shantanu-tr commited on
Commit
2f9e736
·
verified ·
1 Parent(s): bde710a

Upload README.md with huggingface_hub

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