Odog16 commited on
Commit
246e226
·
verified ·
1 Parent(s): 9bd4518

Upload README.md with huggingface_hub

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