pepijn223 HF Staff commited on
Commit
6ca8044
·
verified ·
1 Parent(s): dd6a7fd

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
+ - mirrored
8
+ - augmented
9
+ - bimanual
10
+ - lerobot
11
+ configs:
12
+ - config_name: default
13
+ data_files: data/*/*.parquet
14
+ ---
15
+
16
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
17
+
18
+ ## Dataset Description
19
+
20
+
21
+
22
+ - **Homepage:** [More Information Needed]
23
+ - **Paper:** [More Information Needed]
24
+ - **License:** apache-2.0
25
+
26
+ ## Dataset Structure
27
+
28
+ [meta/info.json](meta/info.json):
29
+ ```json
30
+ {
31
+ "codebase_version": "v3.0",
32
+ "robot_type": "openarms_follower",
33
+ "total_episodes": 2366,
34
+ "total_frames": 6205242,
35
+ "total_tasks": 1,
36
+ "chunks_size": 1000,
37
+ "data_files_size_in_mb": 100,
38
+ "video_files_size_in_mb": 200,
39
+ "fps": 30,
40
+ "splits": {
41
+ "train": "0:2366"
42
+ },
43
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
44
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
45
+ "features": {
46
+ "action": {
47
+ "dtype": "float32",
48
+ "names": [
49
+ "right_joint_1.pos",
50
+ "right_joint_2.pos",
51
+ "right_joint_3.pos",
52
+ "right_joint_4.pos",
53
+ "right_joint_5.pos",
54
+ "right_joint_6.pos",
55
+ "right_joint_7.pos",
56
+ "right_gripper.pos",
57
+ "left_joint_1.pos",
58
+ "left_joint_2.pos",
59
+ "left_joint_3.pos",
60
+ "left_joint_4.pos",
61
+ "left_joint_5.pos",
62
+ "left_joint_6.pos",
63
+ "left_joint_7.pos",
64
+ "left_gripper.pos"
65
+ ],
66
+ "shape": [
67
+ 16
68
+ ]
69
+ },
70
+ "observation.state": {
71
+ "dtype": "float32",
72
+ "names": [
73
+ "right_joint_1.pos",
74
+ "right_joint_2.pos",
75
+ "right_joint_3.pos",
76
+ "right_joint_4.pos",
77
+ "right_joint_5.pos",
78
+ "right_joint_6.pos",
79
+ "right_joint_7.pos",
80
+ "right_gripper.pos",
81
+ "left_joint_1.pos",
82
+ "left_joint_2.pos",
83
+ "left_joint_3.pos",
84
+ "left_joint_4.pos",
85
+ "left_joint_5.pos",
86
+ "left_joint_6.pos",
87
+ "left_joint_7.pos",
88
+ "left_gripper.pos"
89
+ ],
90
+ "shape": [
91
+ 16
92
+ ]
93
+ },
94
+ "observation.images.left_wrist": {
95
+ "dtype": "video",
96
+ "shape": [
97
+ 720,
98
+ 1280,
99
+ 3
100
+ ],
101
+ "names": [
102
+ "height",
103
+ "width",
104
+ "channels"
105
+ ],
106
+ "info": {
107
+ "video.height": 720,
108
+ "video.width": 1280,
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.right_wrist": {
118
+ "dtype": "video",
119
+ "shape": [
120
+ 720,
121
+ 1280,
122
+ 3
123
+ ],
124
+ "names": [
125
+ "height",
126
+ "width",
127
+ "channels"
128
+ ],
129
+ "info": {
130
+ "video.height": 720,
131
+ "video.width": 1280,
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.base": {
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
+ ```