mchen02 commited on
Commit
50f9764
·
verified ·
1 Parent(s): 83a241b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +236 -0
README.md ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "v2.1",
28
+ "robot_type": "r1",
29
+ "total_episodes": 2,
30
+ "total_frames": 150,
31
+ "total_tasks": 1,
32
+ "total_videos": 8,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 5,
36
+ "splits": {
37
+ "train": "0:2"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 20
46
+ ],
47
+ "names": [
48
+ "left_arm_j1",
49
+ "left_arm_j2",
50
+ "left_arm_j3",
51
+ "left_arm_j4",
52
+ "left_arm_j5",
53
+ "left_arm_j6",
54
+ "left_arm_j7",
55
+ "right_arm_j1",
56
+ "right_arm_j2",
57
+ "right_arm_j3",
58
+ "right_arm_j4",
59
+ "right_arm_j5",
60
+ "right_arm_j6",
61
+ "right_arm_j7",
62
+ "torso_j1",
63
+ "torso_j2",
64
+ "torso_j3",
65
+ "torso_j4",
66
+ "left_gripper",
67
+ "right_gripper"
68
+ ]
69
+ },
70
+ "observation.state": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 20
74
+ ],
75
+ "names": [
76
+ "left_arm_j1",
77
+ "left_arm_j2",
78
+ "left_arm_j3",
79
+ "left_arm_j4",
80
+ "left_arm_j5",
81
+ "left_arm_j6",
82
+ "left_arm_j7",
83
+ "right_arm_j1",
84
+ "right_arm_j2",
85
+ "right_arm_j3",
86
+ "right_arm_j4",
87
+ "right_arm_j5",
88
+ "right_arm_j6",
89
+ "right_arm_j7",
90
+ "torso_j1",
91
+ "torso_j2",
92
+ "torso_j3",
93
+ "torso_j4",
94
+ "left_gripper",
95
+ "right_gripper"
96
+ ]
97
+ },
98
+ "observation.images.head": {
99
+ "dtype": "video",
100
+ "shape": [
101
+ 360,
102
+ 640,
103
+ 3
104
+ ],
105
+ "names": [
106
+ "height",
107
+ "width",
108
+ "channels"
109
+ ],
110
+ "info": {
111
+ "video.fps": 5.0,
112
+ "video.height": 360,
113
+ "video.width": 640,
114
+ "video.channels": 3,
115
+ "video.codec": "h264",
116
+ "video.pix_fmt": "yuv420p",
117
+ "video.is_depth_map": false,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.images.wrist_right": {
122
+ "dtype": "video",
123
+ "shape": [
124
+ 480,
125
+ 848,
126
+ 3
127
+ ],
128
+ "names": [
129
+ "height",
130
+ "width",
131
+ "channels"
132
+ ],
133
+ "info": {
134
+ "video.fps": 5.0,
135
+ "video.height": 480,
136
+ "video.width": 848,
137
+ "video.channels": 3,
138
+ "video.codec": "h264",
139
+ "video.pix_fmt": "yuv420p",
140
+ "video.is_depth_map": false,
141
+ "has_audio": false
142
+ }
143
+ },
144
+ "observation.images.wrist_left": {
145
+ "dtype": "video",
146
+ "shape": [
147
+ 480,
148
+ 848,
149
+ 3
150
+ ],
151
+ "names": [
152
+ "height",
153
+ "width",
154
+ "channels"
155
+ ],
156
+ "info": {
157
+ "video.fps": 5.0,
158
+ "video.height": 480,
159
+ "video.width": 848,
160
+ "video.channels": 3,
161
+ "video.codec": "h264",
162
+ "video.pix_fmt": "yuv420p",
163
+ "video.is_depth_map": false,
164
+ "has_audio": false
165
+ }
166
+ },
167
+ "observation.images.pov_cam": {
168
+ "dtype": "video",
169
+ "shape": [
170
+ 480,
171
+ 640,
172
+ 3
173
+ ],
174
+ "names": [
175
+ "height",
176
+ "width",
177
+ "channels"
178
+ ],
179
+ "info": {
180
+ "video.fps": 5.0,
181
+ "video.height": 480,
182
+ "video.width": 640,
183
+ "video.channels": 3,
184
+ "video.codec": "h264",
185
+ "video.pix_fmt": "yuv420p",
186
+ "video.is_depth_map": false,
187
+ "has_audio": false
188
+ }
189
+ },
190
+ "timestamp": {
191
+ "dtype": "float32",
192
+ "shape": [
193
+ 1
194
+ ],
195
+ "names": null
196
+ },
197
+ "frame_index": {
198
+ "dtype": "int64",
199
+ "shape": [
200
+ 1
201
+ ],
202
+ "names": null
203
+ },
204
+ "episode_index": {
205
+ "dtype": "int64",
206
+ "shape": [
207
+ 1
208
+ ],
209
+ "names": null
210
+ },
211
+ "index": {
212
+ "dtype": "int64",
213
+ "shape": [
214
+ 1
215
+ ],
216
+ "names": null
217
+ },
218
+ "task_index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null
224
+ }
225
+ }
226
+ }
227
+ ```
228
+
229
+
230
+ ## Citation
231
+
232
+ **BibTeX:**
233
+
234
+ ```bibtex
235
+ [More Information Needed]
236
+ ```