HojinJung commited on
Commit
b7fed3e
·
verified ·
1 Parent(s): cd31b1a

Upload README.md with huggingface_hub

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